turtle-express
Version:
`turtle-express` is kinda a framework or a library based on `express.js` with an opinionated express router with type safety and schema validation with zod. Also many [more features](https://github.com/mm-ninja-turtles/turtle-express/discussions/7) planni
6 lines • 420 B
TypeScript
export { createRouter } from './router/create-router';
export type { Path, Method, ResolverTypes } from './types/types';
export type { RouterOptions, SetupOptions, RouterReturnType, } from './router/create-router';
export type { PathOptions } from './path/create-path';
export type { HandlerRequest, ResolverArgs, ResolverReturnType, HandlerOptions, } from './handler/create-handler';
//# sourceMappingURL=index.d.ts.map