Move ts to src folder for standards
This commit is contained in:
3
src/export/packer/packer.ts
Normal file
3
src/export/packer/packer.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export interface IPacker {
|
||||
pack(path: string): void;
|
||||
}
|
Reference in New Issue
Block a user