smartfile/dist/smartfile.interpreter.d.ts

4 lines
164 B
TypeScript

import 'typings-global';
export declare let filetype: (pathArg: string) => string;
export declare let objectFile: (fileStringArg: string, fileTypeArg: any) => any;