/nickname-map

A JSON map that uses nicknames to quickly detect missing keys.

Primary LanguageJavaScriptOtherNOASSERTION

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