mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 20:37:49 +00:00
7 lines
104 B
JavaScript
7 lines
104 B
JavaScript
module.exports = {
|
|
space: '',
|
|
cycles: false,
|
|
replacer: (k, v) => v,
|
|
stringify: JSON.stringify
|
|
}
|