2020-08-18 14:04:33 +02:00
|
|
|
export declare type WithFaceDescriptor<TSource> = TSource & {
|
|
|
|
descriptor: Float32Array;
|
|
|
|
};
|
|
|
|
export declare function extendWithFaceDescriptor<TSource>(sourceObj: TSource, descriptor: Float32Array): WithFaceDescriptor<TSource>;
|
2020-08-21 15:01:04 +02:00
|
|
|
//# sourceMappingURL=WithFaceDescriptor.d.ts.map
|