UNPKG

123 BTypeScriptView Raw
1import { Routes } from '../interfaces/routes.interface';
2export declare function flattenRoutePaths(routes: Routes): any[];