UNPKG

243 BTypeScriptView Raw
1import { type ExtensionsMetadata } from "../metadata/definitions/index.js";
2import { type MethodAndPropDecorator } from "./types.js";
3export declare function Extensions(extensions: ExtensionsMetadata): MethodAndPropDecorator & ClassDecorator;