Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitnbytesio/node-input-validator
/ create
Method
create
lib/validator.js:64–67 ·
view source on GitHub ↗
(rules, messages = {})
Source
from the content-addressed store, hash-verified
62
}
63
64
static create(rules, messages = {}) {
65
66
return
new
Validator({}, rules, messages);
67
}
68
69
async
apply(inputs) {
70
Callers
1
t.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected