UNPKG

@typespec/compiler

Version:

TypeSpec Compiler Preview

6 lines 270 B
import type { DecoratorContext, Type } from "../src/index.js"; export type GetterDecorator = (context: DecoratorContext, target: Type) => void; export type TypeSpecPrototypesDecorators = { getter: GetterDecorator; }; //# sourceMappingURL=TypeSpec.Prototypes.d.ts.map