We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d0b4b commit f8bcbe6Copy full SHA for f8bcbe6
index.js
@@ -54,7 +54,7 @@ function build (schema, options) {
54
}
55
56
57
- var intParseFunctionName = 'trunc'
+ let intParseFunctionName = 'trunc'
58
if (options.rounding) {
59
if (['floor', 'ceil', 'round'].includes(options.rounding)) {
60
intParseFunctionName = options.rounding
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-json-stringify",
3
- "version": "2.3.1",
+ "version": "2.4.0",
4
"description": "Stringify your JSON at max speed",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments