UNPKG

349 BTypeScriptView Raw
1export declare function urlMatches(url: string, urlToMatch: string | RegExp): boolean;
2/**
3 * Check if {@param url} should be ignored when comparing against {@param ignoredUrls}
4 * @param url
5 * @param ignoredUrls
6 */
7export declare function isUrlIgnored(url: string, ignoredUrls?: Array<string | RegExp>): boolean;
8//# sourceMappingURL=url.d.ts.map
\No newline at end of file