epoberezkin / fast-json-stable-stringify

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

fix: missing 2nd arguments `opts` of stringify() #75

Closed avetisk closed 1 year ago

avetisk commented 2 years ago

Just noticed that the second argument is missing in the TS type file.