A consolidated package of jsr:@std/*, including some unstable modules.
| Original Standard Library | Export Path |
|---|---|
| @std/async/delay | @g9wp/std/async/delay |
| @std/async/unstable-channel | @g9wp/std/async/channel |
| @std/http | @g9wp/std/http |
| ... | ... |
deno add jsr:@9wp/stdIt is recommended to create a $std alias.
deno.json:
{
"imports": {
"$std": "jsr:@9wp/std@^0.1.0"
}
}