Skip to main content
Home
This release is 10 versions behind 1.0.6 — the latest version of @std/net. Jump to latest

@std/net@0.224.2
Built and signed on GitHub Actions

Utilities for working with the network

This package works with DenoIt is unknown whether this package works with Bun
This package works with Deno
It is unknown whether this package works with Bun
JSR Score
94%
Published
2 years ago (0.224.2)

Network utilities.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/net

Import symbol

import * as net from "@std/net";
or

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";