5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
export interface IPacker {
|
|
pack(path: string): void;
|
|
}
|
|
export declare const WORKAROUND = "";
|