epoberezkin / fast-json-stable-stringify

Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.
Other
285 stars 34 forks source link

feat(ts-definitions): Improve TypeScript definitions, add tests for types #66

Open BendingBender opened 3 years ago

BendingBender commented 3 years ago

Obsoletes various PRs and Issues.

Fixes #61 Fixes #47 Fixes #27 Fixes #15 Fixes #11 Fixes #7

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 44dee5cb798d86de8143021f62a549030e8ef548 on BendingBender:improve-types into 49e230da2c84247b29ad4de02c9395793caefd15 on epoberezkin:master.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a484e54e57db4436cbb5cc57ab9c6b8111e62629 on BendingBender:improve-types into 49e230da2c84247b29ad4de02c9395793caefd15 on epoberezkin:master.

jmealo commented 1 year ago

I wish we could get this merged upstream... great work!