Skip to content

Commit

Permalink
chore: add readonly to name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Sep 16, 2023
1 parent 723434a commit eabba5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.d.ts
Expand Up @@ -2,8 +2,9 @@
export as namespace Kanji;

export default class Kanji {
name: string;
version: string;
readonly name: string;
readonly version: string;

constructor ();

static dump () : Array<Kanji.Word>;
Expand Down

0 comments on commit eabba5d

Please sign in to comment.