clonegur/src/server/decorators.ts
2023-06-26 17:07:14 +03:00

5 lines
167 B
TypeScript

import { rest, route } from "./Router.ts";
import body from "./decorators/body.ts";
import schema from "./decorators/schema.ts";
export { body, schema, rest, route };