easy-stringify
v1.0.2
Published
A super tiny utility to save me from having to fully type out `JSON.stringify(data, null, 2)` all over the place.
Downloads
2
Readme
Overview
A super tiny utility to save me from having to fully type out JSON.stringify(data, null, 2)
all over the place.
Run
import {stringify} from "easy-stringify";
console.log(stringify(someData));