UNPKG

next

Version:

The React Framework

4 lines (3 loc) 253 B
import type { LocalPattern } from './image-config'; export declare function matchLocalPattern(pattern: LocalPattern, url: URL): boolean; export declare function hasLocalMatch(localPatterns: LocalPattern[] | undefined, urlPathAndQuery: string): boolean;