UNPKG

97 BTypeScriptView Raw
1import * as Express from 'express';
2export interface Application extends Express.Application {
3}