Skip to main content

Built and signed on GitHub Actions

A JavaScript extension package for building strong and modern applications.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
94%
Published
2 weeks ago (1.6.0)
type alias MethodDecorator

Call Signatures

<T>(
target: any,
prop: string,
desc: TypedPropertyDescriptor<T>,
): void | TypedPropertyDescriptor<T>
<F extends (...args: any[]) => any>(
target: F,
context: DecoratorContext,
): void | F

Add Package

deno add jsr:@ayonli/jsext

Import symbol

import { type MethodDecorator } from "@ayonli/jsext/class/decorators";

---- OR ----

Import directly with a jsr specifier

import { type MethodDecorator } from "jsr:@ayonli/jsext/class/decorators";

Add Package

npx jsr add @ayonli/jsext

Import symbol

import { type MethodDecorator } from "@ayonli/jsext/class/decorators";

Add Package

yarn dlx jsr add @ayonli/jsext

Import symbol

import { type MethodDecorator } from "@ayonli/jsext/class/decorators";

Add Package

pnpm dlx jsr add @ayonli/jsext

Import symbol

import { type MethodDecorator } from "@ayonli/jsext/class/decorators";

Add Package

bunx jsr add @ayonli/jsext

Import symbol

import { type MethodDecorator } from "@ayonli/jsext/class/decorators";