Skip to main content
Home

@wind/comm@1.0.5

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
23%
Published
11 months ago (1.0.5)

@wind/comm_type

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.25. Bun is a fast all-in-one JavaScript runtime.

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:@wind/comm

Import symbol

import * as comm from "@wind/comm";
or

Import directly with a jsr specifier

import * as comm from "jsr:@wind/comm";

Add Package

pnpm i jsr:@wind/comm
or (using pnpm 10.8 or older)
pnpm dlx jsr add @wind/comm

Import symbol

import * as comm from "@wind/comm";

Add Package

yarn add jsr:@wind/comm
or (using Yarn 4.8 or older)
yarn dlx jsr add @wind/comm

Import symbol

import * as comm from "@wind/comm";

Add Package

vlt install jsr:@wind/comm

Import symbol

import * as comm from "@wind/comm";

Add Package

npx jsr add @wind/comm

Import symbol

import * as comm from "@wind/comm";

Add Package

bunx jsr add @wind/comm

Import symbol

import * as comm from "@wind/comm";