dinoloop-es8
Version:
A lightweight REST API Library for building scalable Node.js server-side applications powered by Typescript
9 lines (8 loc) • 363 B
TypeScript
/**** Comment these exports while publishing to NPM ****/
/******************************************************/
/**** UnComment these exports while publishing to NPM ****/
export declare type Express = any;
export declare type Router = any;
export declare type Request = any;
export declare type Response = any;
export declare type NextFunction = any;