1.0.2 • Published 8 years ago

timer-es5 v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

timer-es5

A library that wraps setTimeout.

NPM version Build Status Clean Code Dependency Status devDependency Status License

( If you are reading this page on npmjs.org, I recommend you read it on Github timer-es5, because on Github it is more readable.)

Browser support

Chrome, Safari, Firefox, Opera, IE9+

Installation

    npm install timer-es5

    or 

    jspm install npm:timer-es5

Usage

    var package = require('timer-es5');

    /**
    * TODO add doc.
    */

Tests

    # TODO add test.

    npm test