(options?: string | { version?: IpVersion; message?: string | undefined })
| 1102 | } |
| 1103 | |
| 1104 | cidr(options?: string | { version?: IpVersion; message?: string | undefined }) { |
| 1105 | return this._addCheck({ kind: "cidr", ...errorUtil.errToObj(options) }); |
| 1106 | } |
| 1107 | |
| 1108 | datetime( |
| 1109 | options?: |