mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
b4e5d21762
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
17 lines
434 B
JSON
17 lines
434 B
JSON
{
|
|
"name": "@std/async",
|
|
"version": "1.0.6",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./abortable": "./abortable.ts",
|
|
"./deadline": "./deadline.ts",
|
|
"./debounce": "./debounce.ts",
|
|
"./delay": "./delay.ts",
|
|
"./mux-async-iterator": "./mux_async_iterator.ts",
|
|
"./unstable-mux-async-iterator": "./unstable_mux_async_iterator.ts",
|
|
"./pool": "./pool.ts",
|
|
"./retry": "./retry.ts",
|
|
"./tee": "./tee.ts"
|
|
}
|
|
}
|