smartfile/dist/smartfile.interpreter.d.ts

4 lines
164 B
TypeScript
Raw Permalink Normal View History

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;