Skip to content

Commit

Permalink
release: publish 0.0.0 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinOrange committed Dec 12, 2024
1 parent 7fdb894 commit db653bc
Show file tree
Hide file tree
Showing 7 changed files with 200 additions and 1,510 deletions.
5 changes: 0 additions & 5 deletions .cargo/config.toml

This file was deleted.

7 changes: 0 additions & 7 deletions __test__/index.spec.mjs

This file was deleted.

7 changes: 6 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@

/* auto-generated by NAPI-RS */

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

0 comments on commit db653bc

Please sign in to comment.