1.1.1 • Published 3 years ago

chikoo v1.1.1

Weekly downloads
90
License
MIT
Repository
github
Last release
3 years ago

Chikoo

Javascript library for browser storage and event management.

Installation

Install via NPM:

npm install chikoo

Usage

javascript

var myApp = require("chikoo");

myApp.printMsg(); // print and return " Hello World! " 

TypeScript

import * as myApp from 'chikoo';

myApp.printMsg(); // print and return " Hello World! " 

License

This project is licensed under the terms of the MIT license.