face-api/build/env/createFileSystem.d.ts

3 lines
148 B
TypeScript
Raw Normal View History

2020-08-18 14:04:33 +02:00
import { FileSystem } from './types';
export declare function createFileSystem(fs?: any): FileSystem;
//# sourceMappingURL=createFileSystem.d.ts.map