Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/developit/asyncro
/ get
Function
get
test/index.js:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
{ series, parallel, map, filter, find, every, some } from
'../dist/asyncro.js'
;
4
5
const
get = v => Promise.resolve(v);
6
7
const
sleep = time =>
new
Promise( r => setTimeout(r, time) );
8
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected