UNPKG

lodash-snippets

Version:
5 lines (3 loc) 129 B
const _ = require('lodash'); const prettyStringify = (data) => JSON.stringify(data, null, 4); module.exports = prettyStringify;