smartfile/dist/smartfile.interpreter.d.ts

4 lines
116 B
TypeScript

import "typings-global";
declare var _default: (fileStringArg: string, fileTypeArg: any) => any;
export = _default;