std/async/deno.json
denobot 10ee73dbbc
chore: release 2024.10.24 (#6145)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-24 19:23:22 +09:00

18 lines
487 B
JSON

{
"name": "@std/async",
"version": "1.0.7",
"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",
"./unstable-throttle": "./unstable_throttle.ts"
}
}