1.1.1 • Published 5 years ago
chikoo v1.1.1
Chikoo
Javascript library for browser storage and event management.
Installation
Install via NPM:
npm install chikooUsage
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.