npm.io
1.0.1 • Published 6 years ago

vanillajs

Licence
MIT
Version
1.0.1
Deps
0
Size
25 kB
Vulns
0
Weekly
0
Stars
12

vanilla.js

Build Status

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

Keywords