UNPKG

@curveball/core

Version:

Curveball is a framework writting in Typescript for Node.js

23 lines (19 loc) 372 B
import Application from './application.js'; export default Application; export { Application }; export { conditionalCheck, Headers, invokeMiddlewares, middlewareCall, Middleware, Request, Response, MemoryRequest, MemoryResponse, WsContext, Context, // For backwards compatibility Context as BaseContext, VERSION, } from '@curveball/kernel';