securityos/node_modules/next/dist/shared/lib/match-remote-pattern.d.ts

4 lines
245 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
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;