Skip to content

Commit 023c170

Browse files
committed
fix: regenerate TS type definitions
1 parent 6239f7e commit 023c170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-binding/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
/* auto-generated by NAPI-RS */
55

6-
export declare function main(args: Array<string>): Promise<number>
6+
export declare function main(args: Array<string>): Promise<void>

0 commit comments

Comments
 (0)