mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
2b3683b6fb
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
16 lines
361 B
JSON
16 lines
361 B
JSON
{
|
|
"name": "@std/async",
|
|
"version": "1.0.4",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./abortable": "./abortable.ts",
|
|
"./deadline": "./deadline.ts",
|
|
"./debounce": "./debounce.ts",
|
|
"./delay": "./delay.ts",
|
|
"./mux-async-iterator": "./mux_async_iterator.ts",
|
|
"./pool": "./pool.ts",
|
|
"./retry": "./retry.ts",
|
|
"./tee": "./tee.ts"
|
|
}
|
|
}
|