bpms_site/.svn/pristine/59/59f54459f5c2389482963bafb7e90cdf469a3b4a.svn-base
2025-11-02 16:38:49 +03:30

4 lines
245 B
Plaintext

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;