modified git ignore
This commit is contained in:
4
build/export/packer/packer.d.ts
vendored
Normal file
4
build/export/packer/packer.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
export interface IPacker {
|
||||
pack(path: string): void;
|
||||
}
|
||||
export declare const WORKAROUND = "";
|
Reference in New Issue
Block a user