UNPKG

@dechamp/express-auto-route

Version:

An express auto route module which allows routes and middleware to be configured via config file.

3 lines (2 loc) 122 B
declare const moduleImporter: (middlewarePath: string, basePath?: string) => Promise<any>; export default moduleImporter;