Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/circircir-circle/human_exist_device
/ constructor
Method
constructor
mini_program/common/Validate.js:8–13 ·
view source on GitHub ↗
(rules = {})
Source
from the content-addressed store, hash-verified
6
*/
7
class
Validate {
8
constructor(rules = {}) {
9
Object.assign(this, {
10
rules
11
})
12
this.__init()
13
}
14
15
/**
16
* __init
Callers
nothing calls this directly
Calls
1
__init
Method · 0.95
Tested by
no test coverage detected