UNPKG

aurelia-router-metadata

Version:

Adds decorator configuration with conventions and eager loading capabilities to aurelia-router

5 lines (4 loc) 272 B
import { IRouteConfig } from "./interfaces"; export declare function allObjectKeys(obj: any): PropertyKey[]; export declare function ensureArray<T>(value: T | null | undefined | T[]): T[]; export declare function splitRouteConfig(configs: IRouteConfig[]): IRouteConfig[];