Repository URL to install this package:
|
Version:
1.1.21 ▾
|
@skava/modules
/
README.md
|
|---|
/)// 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)))