We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbe102 commit b717c99Copy full SHA for b717c99
index.d.ts
@@ -3,9 +3,9 @@
3
4
/* auto-generated by NAPI-RS */
5
6
-export declare function parseMdict(file: string): Array<DictRecord>;
+export declare function parseMdict(file: string): Array<DictRecord>
7
export declare class DictRecord {
8
- word: string;
9
- definition: string;
10
- constructor(word: string, definition: string);
+ word: string
+ definition: string
+ constructor(word: string, definition: string)
11
}
0 commit comments