UNPKG

@celosiajs/core

Version:

CelosiaJS Core. A framework for REST API based on Express.js

5 lines (4 loc) 520 B
export { default as CelosiaInstance, QueryParserMode, type CelosiaInstanceConstructorOptions, type JSONBodyParserOptions, type UrlencodedBodyParserOptions, type CookieParserOptions, type QueryParserOptions, } from './CelosiaInstance'; export { default as CelosiaRequest } from './CelosiaRequest'; export { default as CelosiaResponse } from './CelosiaResponse'; export { default as CelosiaRouter, type CelosiaRouterConstructorOptions, type CelosiaRouterGroupCallback, type CelosiaRouterOptions, } from './CelosiaRouter';