UNPKG

@enonic/js-utils

Version:
8 lines (7 loc) 134 B
// value/toStr.ts function toStr(value, replacer, space = 4) { return JSON.stringify(value, replacer, space); } export { toStr };