procrastination

0.0.0 • Public • Published

procrastination

⏳ I'll describe it later

const { wrap } = require('procrastination');

let count = 0;
const once = wrap(function() {
	return ++count;
});

once(); // 1
once(); // 1

once call count is 1

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    1

Package Sidebar

Install

npm i procrastination

Weekly Downloads

1

Version

0.0.0

License

MIT

Unpacked Size

2.95 kB

Total Files

5

Last publish

Collaborators

  • omrilotan