microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
42d00cef2bd13ec70407ea77d5a0249cdaa3f154

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/http/src/index.ts

11lines · modecode

1export const namespace = "TypeSpec.Http";
2
3export * from "./content-types.js";
4export * from "./decorators.js";
5export * from "./metadata.js";
6export * from "./operations.js";
7export * from "./parameters.js";
8export * from "./responses.js";
9export * from "./route.js";
10export * from "./types.js";
11export * from "./validate.js";
12