microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-7618

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/events/src/index.ts

5lines · modecode

1export { $lib } from "./lib.js";
2
3export { $decorators, $onValidate } from "./tsp-index.js";
4
5export { getContentType, isEventData, isEvents } from "./decorators.js";
6