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

3 lines
96 B
TypeScript
Raw Normal View History

2020-12-23 17:26:55 +01:00
import { Environment } from './types';
export declare function createBrowserEnv(): Environment;