UNPKG

@typespec/compiler

Version:

TypeSpec compiler and standard library

11 lines 339 B
import { docFromCommentDecorator, getterDecorator, indexerDecorator } from "./decorators.js"; export const $decorators = { TypeSpec: { indexer: indexerDecorator, docFromComment: docFromCommentDecorator, }, "TypeSpec.Prototypes": { getter: getterDecorator, }, }; //# sourceMappingURL=tsp-index.js.map