UNPKG

face-api.js

Version:

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

8 lines 256 B
export function isWithAge(obj) { return typeof obj['age'] === 'number'; } export function extendWithAge(sourceObj, age) { var extension = { age: age }; return Object.assign({}, sourceObj, extension); } //# sourceMappingURL=WithAge.js.map