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

3 lines
95 B
TypeScript
Raw Normal View History

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