UNPKG

gypsum

Version:

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

3 lines (2 loc) 103 B
import * as express from 'express'; export declare function initExpress(app: express.Express): void;