4 lines
245 B
TypeScript
4 lines
245 B
TypeScript
import type { RemotePattern } from './image-config';
|
|
export declare function matchRemotePattern(pattern: RemotePattern, url: URL): boolean;
|
|
export declare function hasMatch(domains: string[], remotePatterns: RemotePattern[], url: URL): boolean;
|