(options)
| 30179 | return this._addCheck({ kind: "base64", ...errorUtil_1.errorUtil.errToObj(message) }); |
| 30180 | } |
| 30181 | ip(options) { |
| 30182 | return this._addCheck({ kind: "ip", ...errorUtil_1.errorUtil.errToObj(options) }); |
| 30183 | } |
| 30184 | datetime(options) { |
| 30185 | var _a5, _b2; |
| 30186 | if (typeof options === "string") { |