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 • 336 B
TypeScript
export { errorHandler } from './error-handler';
export { getContext } from './get-context';
export { getPagination, paginationSchema } from './get-pagination';
export type { GetContextOptions } from './get-context';
export type { GetPaginationArgs, GetPaginationReturnType, } from './get-pagination';
//# sourceMappingURL=index.d.ts.map