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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.21latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.21
1.0.11
1.0.00

Package Sidebar

Install

npm i easy-stringify

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

1.05 kB

Total Files

4

Last publish

Collaborators

  • albinopython