@largesnike/pretty-map

A typescript (and thus js-compatible) map structure, based on an array of entries. It's heavily based on ts-map (https://www.npmjs.com/package/ts-map) and is similarly like ES6 Map. The motivation for this impl is a prettier JSON stringify result


Keywords
typescript, map
License
ISC
Install
npm install @largesnike/pretty-map@0.1.2

Documentation

pretty-map

A typescript (and thus js-compatible) map structure, based on an array of entries. It's heavily based on ts-map (https://www.npmjs.com/package/ts-map) and is similarly like ES6 Map. The motivation for this impl is a prettier JSON stringify result

npm run build
npm run lint
npm run format