time-to-botec/js/node_modules/@stdlib/utils/async
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00
..
any-by feat: add the node modules 2022-12-03 12:44:49 +00:00
any-by-right feat: add the node modules 2022-12-03 12:44:49 +00:00
bifurcate-by feat: add the node modules 2022-12-03 12:44:49 +00:00
compose feat: add the node modules 2022-12-03 12:44:49 +00:00
count-by feat: add the node modules 2022-12-03 12:44:49 +00:00
do-until feat: add the node modules 2022-12-03 12:44:49 +00:00
do-while feat: add the node modules 2022-12-03 12:44:49 +00:00
docs/types feat: add the node modules 2022-12-03 12:44:49 +00:00
every-by feat: add the node modules 2022-12-03 12:44:49 +00:00
every-by-right feat: add the node modules 2022-12-03 12:44:49 +00:00
for-each feat: add the node modules 2022-12-03 12:44:49 +00:00
for-each-right feat: add the node modules 2022-12-03 12:44:49 +00:00
function-sequence feat: add the node modules 2022-12-03 12:44:49 +00:00
group-by feat: add the node modules 2022-12-03 12:44:49 +00:00
if-else feat: add the node modules 2022-12-03 12:44:49 +00:00
if-then feat: add the node modules 2022-12-03 12:44:49 +00:00
inmap feat: add the node modules 2022-12-03 12:44:49 +00:00
inmap-right feat: add the node modules 2022-12-03 12:44:49 +00:00
lib feat: add the node modules 2022-12-03 12:44:49 +00:00
map-function feat: add the node modules 2022-12-03 12:44:49 +00:00
map-keys feat: add the node modules 2022-12-03 12:44:49 +00:00
map-values feat: add the node modules 2022-12-03 12:44:49 +00:00
none-by feat: add the node modules 2022-12-03 12:44:49 +00:00
none-by-right feat: add the node modules 2022-12-03 12:44:49 +00:00
reduce feat: add the node modules 2022-12-03 12:44:49 +00:00
reduce-right feat: add the node modules 2022-12-03 12:44:49 +00:00
series-waterfall feat: add the node modules 2022-12-03 12:44:49 +00:00
some-by feat: add the node modules 2022-12-03 12:44:49 +00:00
some-by-right feat: add the node modules 2022-12-03 12:44:49 +00:00
tabulate-by feat: add the node modules 2022-12-03 12:44:49 +00:00
try-catch feat: add the node modules 2022-12-03 12:44:49 +00:00
try-then feat: add the node modules 2022-12-03 12:44:49 +00:00
until feat: add the node modules 2022-12-03 12:44:49 +00:00
while feat: add the node modules 2022-12-03 12:44:49 +00:00
package.json feat: add the node modules 2022-12-03 12:44:49 +00:00
README.md feat: add the node modules 2022-12-03 12:44:49 +00:00

Async

Standard library async utilities.

Usage

var ns = require( '@stdlib/utils/async' );

ns

Standard library async utilities.

var o = ns;
// returns {...}

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/utils/async' );

console.log( objectKeys( ns ) );