Skip to content

Javascript library for browser storage and event management.

Notifications You must be signed in to change notification settings

dipankar-datta/chikoo

Repository files navigation

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.

About

Javascript library for browser storage and event management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published