smartfile/dist/smartfile.interpreter.d.ts
2016-06-23 18:31:55 +02:00

4 lines
164 B
TypeScript

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