UNPKG

@cortexql/core

Version:

A RESTful API framework for your apps based on GraphQL type system.

8 lines (7 loc) 270 B
/// <reference types="node" /> import * as http from 'http'; import { Application } from './Application'; export { Request, Response, NextFunction } from 'express'; export declare const api: Application; export declare const httpServer: http.Server; export default api;