UNPKG

@itrocks/route

Version:

Domain-driven route manager with automatic generation, decorators, and static routes

3 lines (2 loc) 98 B
import { Destination } from './destination'; export type RawRoutes = Record<string, Destination>;