Skip to content

Commit

Permalink
Merge 323b193 into 11e0159
Browse files Browse the repository at this point in the history
  • Loading branch information
yacinehmito committed Nov 18, 2020
2 parents 11e0159 + 323b193 commit 0561946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/canonicalize.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function serialize(input: unknown): string | undefined;
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.3",
"description": "JSON canonicalize function ",
"main": "lib/canonicalize.js",
"types": "lib/canonicalize.d.ts",
"directories": {
"example": "examples",
"lib": "lib"
Expand Down

0 comments on commit 0561946

Please sign in to comment.