vanillajs

vanillajs with tree-shake and typescript support

Usage no npm install needed!

<script type="module">
  import vanillajs from 'https://cdn.skypack.dev/vanillajs';
</script>

README

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