UNPKG

@scalar/api-client

Version:

the open source API testing client

6 lines (5 loc) 173 B
import { isValidUrl as r } from "@scalar/helpers/url/is-valid-url"; const h = (t) => (t.startsWith("http://") || t.startsWith("https://")) && r(t); export { h as isUrl };