1.0.2 • Published 3 years ago

easy-stringify v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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));
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago