(message)
| 30176 | return this._addCheck({ kind: "ulid", ...errorUtil_1.errorUtil.errToObj(message) }); |
| 30177 | } |
| 30178 | base64(message) { |
| 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 | } |