dei
A delayed iterators
npm i dei
Usage
const map = async { await // [1, 4, 9] After 300ms}
Methods
forEach
map
reduce
reduceRight
Old browsers
webpack with Babel example
// webpack.config.js moduleexports = module: loaders: test: /\.js$/ loader: 'babel' exclude: /node_modules/ ...
Contributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
License
© sugarshin