MCPcopy Create free account
hub / github.com/dev-mastery/comments-api / isValidIp

Function isValidIp

src/comment/index.js:13–15  ·  view source on GitHub ↗
(ip)

Source from the content-addressed store, hash-verified

11export default makeComment
12
13function isValidIp (ip) {
14 return ipRegex({ exact: true }).test(ip)
15}
16
17function md5 (text) {
18 return crypto

Callers 1

buildMakeSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected