close
Skip to main content

@sys/net@0.0.152
Built and signed on GitHub Actions

Works with
This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score100%
License
MIT
Downloads4/wk
Published2 weeks ago (0.0.152)

Transport-layer utilities for ports, connections, and network readiness.

Net

Network primitives for transport-level operations (ports, connections, readiness, URL/address handling).

 

Usage

import { Net } from 'jsr:@sys/net';
Built and signed on
GitHub Actions

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:@sys/net

Import symbol

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

Import directly with a jsr specifier

import * as net from "jsr:@sys/net";