Optional
compress?: boolean | { Determines if the output string will be compressed with lz4js.compress()
.
false
Optional
extended?: boolean | { Determines if the output string is in JSON or EJSON format, additional options to be passed into bson.EJSON.stringify()
can be supplied with the long form (only effective if enable
is true
.
false
Optional
minify?: boolean | { Determines if the output string will have some of the keys replaced with a shorter identifier, a custom key map (original:shortened) can be supplied with the long form (only effective if enable
is true
.
false
Generated using TypeDoc
Type for the
options
parameter of stringify.