MCPcopy Create free account
hub / github.com/cypress-io/github-action / isUrl

Function isUrl

index.js:56–56  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

54
55const isWindows = () => os.platform() === 'win32'
56const isUrl = (s) => /^https?:\/\//.test(s)
57
58/**
59 * Quote strings that contain Windows delimiters.

Callers 1

waitOnMaybeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected