17 lines
260 B
JavaScript
17 lines
260 B
JavaScript
import {
|
|
isRemoteAllowed,
|
|
matchHostname,
|
|
matchPathname,
|
|
matchPattern,
|
|
matchPort,
|
|
matchProtocol
|
|
} from "@astrojs/internal-helpers/remote";
|
|
export {
|
|
isRemoteAllowed,
|
|
matchHostname,
|
|
matchPathname,
|
|
matchPattern,
|
|
matchPort,
|
|
matchProtocol
|
|
};
|