Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
ayonli/jsextA JavaScript extension package for building strong and modern applications.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
94%
Published
2 weeks ago (1.6.0)
Decorator functions that can be used to validate the input and output of class
methods and guarantee type safety at runtime, include param
, returns
and
throws
, based on Zod.
T
MethodDecorator
No documentation available
Add Package
deno add jsr:@ayonli/jsext
Import symbol
import * as mod from "@ayonli/jsext/class/decorators";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@ayonli/jsext/class/decorators";
Add Package
npx jsr add @ayonli/jsext
Import symbol
import * as mod from "@ayonli/jsext/class/decorators";
Add Package
yarn dlx jsr add @ayonli/jsext
Import symbol
import * as mod from "@ayonli/jsext/class/decorators";
Add Package
pnpm dlx jsr add @ayonli/jsext
Import symbol
import * as mod from "@ayonli/jsext/class/decorators";
Add Package
bunx jsr add @ayonli/jsext
Import symbol
import * as mod from "@ayonli/jsext/class/decorators";