smartfile/dist/smartfile.interpreter.d.ts

3 lines
91 B
TypeScript
Raw Normal View History

2016-05-01 21:19:54 +00:00
declare var _default: (fileStringArg: string, fileTypeArg: any) => any;
export = _default;