UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

4 lines (3 loc) 287 B
import { type RemotePattern, isRemoteAllowed, matchHostname, matchPathname, matchPattern, matchPort, matchProtocol } from '@astrojs/internal-helpers/remote'; export { isRemoteAllowed, matchHostname, matchPort, matchPathname, matchProtocol, matchPattern }; export type { RemotePattern };