tickerstorage

0.0.2 • Public • Published

tickerstorage

Installing

$ yarn add tickerstorage

Usage

nextframe(time => {
    console.log(`Hello from your friend in next frame`);
});

Import

// ES6
import {add, remove, nextframe} from 'tickerstorage';
 
// CommonJS
const {add, remove, nextframe} = require('tickerstorage');
 
// UMD
const {add, remove, nextframe} = window.Tickerstorage;

License

MIT

Package Sidebar

Install

npm i tickerstorage

Weekly Downloads

4

Version

0.0.2

License

MIT

Unpacked Size

6.25 kB

Total Files

7

Last publish

Collaborators

  • dalisoft