Skip to content

Commit

Permalink
Merge pull request #16 from CharlesStover/typescript
Browse files Browse the repository at this point in the history
fix: add TypeScript support
  • Loading branch information
Kikobeats committed Dec 14, 2022
2 parents 760fb33 + 7d8e2be commit 3fbde32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.d.ts
@@ -0,0 +1,2 @@
declare function stringify(value: unknown): string;
export = stringify;
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -4,6 +4,7 @@
"homepage": "https://github.com/Kikobeats/json-stringify-deterministic",
"version": "1.0.7",
"main": "lib",
"types": "./lib/index.d.ts",
"author": {
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
Expand Down

0 comments on commit 3fbde32

Please sign in to comment.