UNPKG

gypsum

Version:

Simple and easy lightweight typescript server side framework on Node.js.

4 lines (3 loc) 151 B
import * as express from 'express'; import { App } from '../../app'; export declare function pushApis(expressApp: express.Express, app: App): void;