smartfile/dist/smartfile.interpreter.d.ts

4 lines
116 B
TypeScript
Raw Normal View History

import "typings-global";
2016-05-01 23:19:54 +02:00
declare var _default: (fileStringArg: string, fileTypeArg: any) => any;
export = _default;