generated from tpl/purs
3 lines
94 B
JavaScript
3 lines
94 B
JavaScript
/** @type {<T>(a: T) => string} */
|
|
export const _prettyJson = a => JSON.stringify(a, null, 2)
|