Skip to content

Commit

Permalink
chores: finalize the version 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinOrange committed Dec 12, 2024
1 parent 1fbe102 commit b717c99
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 159 deletions.
8 changes: 4 additions & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

/* auto-generated by NAPI-RS */

export declare function parseMdict(file: string): Array<DictRecord>;
export declare function parseMdict(file: string): Array<DictRecord>
export declare class DictRecord {
word: string;
definition: string;
constructor(word: string, definition: string);
word: string
definition: string
constructor(word: string, definition: string)
}
Loading

0 comments on commit b717c99

Please sign in to comment.