Initial boiler plate project
This commit is contained in:
3
node_modules/next/dist/shared/lib/match-remote-pattern.d.ts
generated
vendored
Normal file
3
node_modules/next/dist/shared/lib/match-remote-pattern.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user