UNPKG

@wordpress/url

Version:
10 lines (9 loc) 235 B
// packages/url/src/has-query-arg.ts import { getQueryArg } from "./get-query-arg.mjs"; function hasQueryArg(url, arg) { return getQueryArg(url, arg) !== void 0; } export { hasQueryArg }; //# sourceMappingURL=has-query-arg.mjs.map