human/types/faceall.d.ts

2 lines
76 B
TypeScript
Raw Normal View History

2021-03-21 12:49:55 +01:00
export declare const detectFace: (parent: any, input: any) => Promise<any>;