UNPKG

325 BTypeScriptView Raw
1export declare function isDir(filename: string): boolean;
2export declare function isWritable(filename: string): boolean;
3export declare function md5(content: string, len?: number): string;
4export declare function detectLegacySyntax(code: string): RegExpMatchArray | null;
5export declare function isObject(val: any): boolean;