UNPKG

127 BTypeScriptView Raw
1import { PathParameters } from './lambda';
2export declare function getRouteParams(url: string, route: string): PathParameters;