UNPKG

@surface/path-matcher

Version:

Provides path matching capabilities.

3 lines (2 loc) 216 B
export declare function parseAlphaRange(startChar: string, endChar: string, multiplier: number): string; export declare function parseNumericRange(startRange: string, endRange: string, multiplier: number): string;