UNPKG

@scalar/api-client

Version:

the open source API testing client

8 lines (7 loc) 187 B
import { isValidUrl as t } from "@scalar/oas-utils/helpers"; function e(r) { return !r || !(r.startsWith("http://") || r.startsWith("https://")) ? !1 : t(r); } export { e as isUrl };