UNPKG

face-api.js

Version:

JavaScript API for face detection and face recognition in the browser with tensorflow.js

5 lines (4 loc) 139 B
export declare class ComposableTask<T> { then(onfulfilled: (value: T) => T | PromiseLike<T>): Promise<T>; run(): Promise<T>; }