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 08a1509 commit b9bc57eCopy full SHA for b9bc57e
1 file changed
lib/stringify.js
@@ -28,7 +28,7 @@ function getAsPrimitive(value) {
28
function stringify(input) {
29
let result = "";
30
31
- if (input === null || typeof input !== 'object') {
+ if (input === null || typeof input !== "object") {
32
return result;
33
}
34
0 commit comments