Skip to content

Commit 13d0c95

Browse files
committed
chore: Fix bob build
1 parent f9cce45 commit 13d0c95

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "High-performance TensorFlow Lite library for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
7-
"types": "lib/typescript/src/index.d.ts",
7+
"types": "lib/typescript/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",
1010
"files": [

src/TensorflowModule.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export * from './NativeRNTflite'
1+
import TensorflowModule, { Spec } from './NativeRNTflite'
2+
3+
export { TensorflowModule, Spec }

0 commit comments

Comments
 (0)