MCPcopy
hub / github.com/typicode/json-server / JS

Function JS

src/cli/utils/is.js:11–13  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

9}
10
11function JS(s) {
12 return !URL(s) && /\.c?js$/.test(s)
13}
14
15function URL(s) {
16 return /^(http|https):/.test(s)

Callers

nothing calls this directly

Calls 1

URLFunction · 0.85

Tested by

no test coverage detected