Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 404 Bytes

nickname-map

JavaScript Style Guide

A map of JSON-stringified keys to values! Uses "nicknames" for arrays and objects to prevent stringification of complex keys when they aren't present.

Install

npm i nickname-map

Usage

TODO

Test

npm test

Lint

npm run lint or npm run lint:fix