UNPKG

@busymango/fetch-driver

Version:
3 lines (2 loc) 162 B
export declare const isMatch: (path: string, pattern: string) => boolean; export declare const findMatching: (path: string, patterns: string[]) => string | null;