Method
ip
(options?: string | { version?: IpVersion; message?: string | undefined })
Source from the content-addressed store, hash-verified
| 1098 | } |
| 1099 | |
| 1100 | ip(options?: string | { version?: IpVersion; message?: string | undefined }) { |
| 1101 | return this._addCheck({ kind: "ip", ...errorUtil.errToObj(options) }); |
| 1102 | } |
| 1103 | |
| 1104 | cidr(options?: string | { version?: IpVersion; message?: string | undefined }) { |
| 1105 | return this._addCheck({ kind: "cidr", ...errorUtil.errToObj(options) }); |
Tested by
no test coverage detected