1.0.2 • Published 2 years ago

easy-stringify v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago