parsejs-token

0.1.0 • Public • Published

Token

Installation

node.js:

npm install token

browser:

component install token

Example

var project = require('token');

API

Example API methods.

.on(event, fn, [capture])

Short description of some method:

project.on('event', function(e){

});

.on(event, selector, fn, [capture])

Another description:

project.on('event', 'a.remove', function(e){

});

Notes

Licence

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i parsejs-token

    Weekly Downloads

    0

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • viatropos