We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66517e7 commit 9fa4f70Copy full SHA for 9fa4f70
1 file changed
readme.md
@@ -44,7 +44,7 @@ stringify(circular, ['a', 'b'], 2)
44
45
## stringify.configure(options)
46
47
-* `bigint` {boolean} If `true`, bigint values are converted to a number.
+* `bigint` {boolean} If `true`, bigint values are converted to a string.
48
Otherwise they are ignored. **Default:** `true`.
49
* `circularValue` {string|null|undefined|ErrorConstructor} Defines the value for
50
circular references. Set to `undefined`, circular properties are not
0 commit comments