This release is 1 version behind 1.0.6 — the latest version of @std/net. Jump to latest
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Works with
•JSR Score94%•This package works with DenoIt is unknown whether this package works with Bun

Downloads9,397/wk
•Published5 months ago (1.0.5)
Utilities for working with the network
Network utilities.
import { getAvailablePort } from "@std/net"; const command = new Deno.Command(Deno.execPath(), { args: ["test.ts", "--port", getAvailablePort().toString()], }); // ...
Built and signed on
GitHub Actions
Add Package
deno add jsr:@std/net
Import symbol
import * as net from "@std/net";
Import directly with a jsr specifier
import * as net from "jsr:@std/net";
Add Package
bunx jsr add @std/net
Import symbol
import * as net from "@std/net";