microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
packages/http/src/index.ts
11lines · modecode
| 1 | export const namespace = "TypeSpec.Http"; |
| 2 | |
| 3 | export * from "./content-types.js"; |
| 4 | export * from "./decorators.js"; |
| 5 | export * from "./metadata.js"; |
| 6 | export * from "./operations.js"; |
| 7 | export * from "./parameters.js"; |
| 8 | export * from "./responses.js"; |
| 9 | export * from "./route.js"; |
| 10 | export * from "./types.js"; |
| 11 | export * from "./validate.js"; |
| 12 | |