Repository URL to install this package:
|
Version:
1.2.6 ▾
|
| ___dist |
| README.md |
| package.json |
/)// make simple small functions // then move them to modules when ready // or use existing ones from libraries // (such as ramda, lodash, chain-able) const dataAfter = time => Promise(resolve => setTimeout(() => resolve(products)))