vanillajs with tree-shake and typescript support
npm install vanillajs
> TypeScript and tree-shaking support
Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications.
``sh`
$ npm i vanillajs
or
`sh`
$ yarn add vanillajs
> Read the docs to see which functions are available
`ts
import { Map } from 'vanillajs';
const myMap = new Map
myMap.set('config', true);
``
Thanks to Mikeal Rogers for the package on npm
Licensed under MIT