Skip to main content
Home

Ad hoc (client) JavaScript from typed (server) code

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
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
It is unknown whether this package works with Browsers
JSR Score
94%
Published
3 months ago (0.1.15)
type alias JS

A JSable proxy that reflects property access and function calls into intuitively related JS

Type Parameters

Definition

_JS<T, []>

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:@classic/js

Import symbol

import { type JS } from "@classic/js";
or

Import directly with a jsr specifier

import { type JS } from "jsr:@classic/js";

Add Package

pnpm i jsr:@classic/js
or (using pnpm 10.8 or older)
pnpm dlx jsr add @classic/js

Import symbol

import { type JS } from "@classic/js";

Add Package

yarn add jsr:@classic/js
or (using Yarn 4.8 or older)
yarn dlx jsr add @classic/js

Import symbol

import { type JS } from "@classic/js";

Add Package

vlt install jsr:@classic/js

Import symbol

import { type JS } from "@classic/js";

Add Package

npx jsr add @classic/js

Import symbol

import { type JS } from "@classic/js";

Add Package

bunx jsr add @classic/js

Import symbol

import { type JS } from "@classic/js";