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 0bb478f commit 2da2a5eCopy full SHA for 2da2a5e
1 file changed
lib/stringify.js
@@ -32,7 +32,7 @@ function stringify(input) {
32
return result;
33
}
34
35
- const keys = Object.keys(input);
+ const keys = Object.getOwnPropertyNames(input);
36
const keyLength = keys.length;
37
38
for (let i = 0; i < keyLength; i++) {
0 commit comments