microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-8106

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/events/src/tsp-index.ts

11lines · modecode

1import { $contentTypeDecorator, $dataDecorator, $eventsDecorator } from "./decorators.js";
2
3export { $lib } from "./lib.js";
4export { $onValidate } from "./validate.js";
5export const $decorators = {
6 "TypeSpec.Events": {
7 contentType: $contentTypeDecorator,
8 data: $dataDecorator,
9 events: $eventsDecorator,
10 },
11};
12