@typespec/compiler
Version:
TypeSpec compiler and standard library
9 lines • 652 B
TypeScript
import type { TypeSpecPrototypesDecorators } from "../../../generated-defs/TypeSpec.Prototypes.js";
export declare const $decorators: {
TypeSpec: {
indexer: (context: import("../../index.js").DecoratorContext, target: import("../../index.js").Type, key: import("../../index.js").Scalar, value: import("../../index.js").Type) => void;
docFromComment: (context: import("../../index.js").DecoratorContext, target: import("../../index.js").Type, key: import("../../core/intrinsic-type-state.js").DocTarget, text: string) => void;
};
"TypeSpec.Prototypes": TypeSpecPrototypesDecorators;
};
//# sourceMappingURL=tsp-index.d.ts.map