vanillajs
v1.0.1
Published
vanillajs with tree-shake and typescript support
Downloads
140
Maintainers
Readme
vanilla.js
TypeScript and tree-shaking support
Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications.
Installation
$ npm i vanillajs
or
$ yarn add vanillajs
Usage
Read the docs to see which functions are available
import { Map } from 'vanillajs';
const myMap = new Map<string, boolean>();
myMap.set('config', true);
Credit
Thanks to Mikeal Rogers for the package on npm
License
Licensed under MIT