MCPcopy 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

3import { series, parallel, map, filter, find, every, some } from '../dist/asyncro.js';
4
5const get = v => Promise.resolve(v);
6
7const sleep = time => new Promise( r => setTimeout(r, time) );
8

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected