smartfile/dist/smartfile.interpreter.d.ts

4 lines
164 B
TypeScript
Raw Permalink Normal View History

2016-09-20 15:56:49 +00:00
import 'typings-global';
2016-06-23 16:31:55 +00:00
export declare let filetype: (pathArg: string) => string;
export declare let objectFile: (fileStringArg: string, fileTypeArg: any) => any;