face-api/dist/tfjs.version.d.ts

10 lines
212 B
TypeScript
Raw Normal View History

2024-01-16 18:09:52 +01:00
export declare const version: {
'tfjs-core': string;
'tfjs-backend-cpu': string;
'tfjs-backend-webgl': string;
'tfjs-data': string;
'tfjs-layers': string;
'tfjs-converter': string;
tfjs: string;
};