We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cce45 commit 13d0c95Copy full SHA for 13d0c95
package.json
@@ -4,7 +4,7 @@
4
"description": "High-performance TensorFlow Lite library for React Native",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
7
- "types": "lib/typescript/src/index.d.ts",
+ "types": "lib/typescript/index.d.ts",
8
"react-native": "src/index",
9
"source": "src/index",
10
"files": [
src/TensorflowModule.ts
@@ -1 +1,3 @@
1
-export * from './NativeRNTflite'
+import TensorflowModule, { Spec } from './NativeRNTflite'
2
+
3
+export { TensorflowModule, Spec }
0 commit comments