Skip to content

Commit b717c99

Browse files
committed
chores: finalize the version 0.0.0
1 parent 1fbe102 commit b717c99

File tree

2 files changed

+146
-159
lines changed

2 files changed

+146
-159
lines changed

index.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

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

6-
export declare function parseMdict(file: string): Array<DictRecord>;
6+
export declare function parseMdict(file: string): Array<DictRecord>
77
export declare class DictRecord {
8-
word: string;
9-
definition: string;
10-
constructor(word: string, definition: string);
8+
word: string
9+
definition: string
10+
constructor(word: string, definition: string)
1111
}

0 commit comments

Comments
 (0)