UNPKG

@plurid/plurid-engine

Version:
4 lines (3 loc) 357 B
import { CompareType, Indexed, PluridRouteParameter } from '@plurid/plurid-data'; export declare const checkParameterLength: (parameter: string, length: number, compareType?: CompareType) => boolean; export declare const checkValidPath: <C>(validationParameters: Record<string, PluridRouteParameter> | undefined, parameters: Indexed<string>) => boolean;