UNPKG

176 BTypeScriptView Raw
1export declare function isDynamic(file: string): boolean;
2export declare function isStatic(file: string): boolean;
3export declare function getFiles(files: string[]): string[];