human/tfjs/tf-node.ts

8 lines
159 B
TypeScript
Raw Normal View History

2021-05-25 14:58:20 +02:00
/**
* Creates tfjs bundle used by Human node build target
*/
2022-08-21 19:34:51 +02:00
/* eslint-disable import/no-extraneous-dependencies */
export * from '@tensorflow/tfjs-node';