std/net/deno.json
Asher Gomez b900e72b3d
BREAKING(net/unstable): move get-network-address module to unstable-get-network-address (#5949)
* BREAKING(net/unstable): move `get-network-address` module to `unstable-get-network-address`

* fix

* fix
2024-09-12 04:05:40 +00:00

10 lines
217 B
JSON

{
"name": "@std/net",
"version": "1.0.2",
"exports": {
".": "./mod.ts",
"./get-available-port": "./get_available_port.ts",
"./unstable-get-network-address": "./unstable_get_network_address.ts"
}
}