human/types/face.d.ts

7 lines
167 B
TypeScript

/**
* Module that analyzes person age
* Obsolete
*/
import { Face } from './result';
export declare const detectFace: (parent: any, input: any) => Promise<Face[]>;