(path: string, method: string | number)
| 10 | ) => `${module} dependencies initialized`; |
| 11 | |
| 12 | export const ROUTE_MAPPED_MESSAGE = (path: string, method: string | number) => |
| 13 | `Mapped {${path}, ${RequestMethod[method]}} route`; |
| 14 | |
| 15 | export const VERSIONED_ROUTE_MAPPED_MESSAGE = ( |
| 16 | path: string, |
no outgoing calls
no test coverage detected