UNPKG

browser-extension-url-match

Version:

Browser extension URL pattern matching

3 lines (2 loc) 189 B
import { MatchPatternOptions, MatcherOrInvalid } from './types'; export declare function matchPattern(pattern: string[] | string, options?: Partial<MatchPatternOptions>): MatcherOrInvalid;