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

3 lines
148 B
TypeScript
Raw Normal View History

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