Skip to content

Commit 5cd97bf

Browse files
chore: use napi-generated typings
1 parent 470fbc6 commit 5cd97bf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

native.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"./native": {
1111
"import": "./index.js",
12-
"types": "./native.d.ts"
12+
"types": "./index.d.ts"
1313
}
1414
},
1515
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)