match-remote-pattern.d.ts 245 B

123
  1. import type { RemotePattern } from './image-config';
  2. export declare function matchRemotePattern(pattern: RemotePattern, url: URL): boolean;
  3. export declare function hasMatch(domains: string[], remotePatterns: RemotePattern[], url: URL): boolean;