human/tfjs/tf-node-wasm.ts

6 lines
149 B
TypeScript

/**
* Creates tfjs bundle used by Human node-wasm build target
*/
export * from '@tensorflow/tfjs';
export * from '@tensorflow/tfjs-backend-wasm';