easy-stringify
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i easy-stringify

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

1.05 kB

Total Files

4

Last publish

Collaborators

  • albinopython