Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Dec 29, 2022
1 parent 564357c commit 2c29167
Show file tree
Hide file tree
Showing 5 changed files with 3,456 additions and 4,828 deletions.
2 changes: 1 addition & 1 deletion nid.d.ts
Expand Up @@ -4,6 +4,6 @@ declare namespace Nid {
var len: number | undefined;
var alphabet: string | undefined;
}
declare type Nid = typeof Nid;
type Nid = typeof Nid;
export type { Nid };
export default Nid;
2 changes: 1 addition & 1 deletion nid.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c29167

Please sign in to comment.