smartfile/dist/smartfile.interpreter.d.ts

4 lines
116 B
TypeScript
Raw Normal View History

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