1.0.0 • Published 8 years ago

accumulate-call v1.0.0

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

accumulate-call Build Status npm version

Accumulate function calls

Install

npm install accumulate-call

Usage

import { accumulateUntil } from 'accumulate-call';

document.body.addEventListener('click', accumulateUntil((events) => {
    console.log(`Clicked ${events.length} times`);
}, 1000));

API

See type definitions.

Author

aereal

License

MIT License

1.0.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago