Skip to content

emil14/asynctool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsyncTools

Installation

npm install asynctool

Getting started

import at from `asynctool`;

const myData = [0, 1, 2];
const multiply = el => el & el;
const promise = at.map(myData, multiply);

(async () => console.log(await promise))();

Releases

No releases published

Packages

No packages published