mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"name": "@std/async",
|
|
"version": "0.224.0",
|
|
"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"
|
|
}
|
|
}
|