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

3 lines
96 B
TypeScript
Raw Normal View History

2020-08-18 14:04:33 +02:00
import { Environment } from './types';
export declare function createBrowserEnv(): Environment;