vanillajs

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i vanillajs

Weekly Downloads

55

Version

1.0.1

License

MIT

Unpacked Size

25.3 kB

Total Files

122

Last publish

Collaborators

  • jpeer