()
| 30332 | return !!this._def.checks.find((ch) => ch.kind === "ulid"); |
| 30333 | } |
| 30334 | get isIP() { |
| 30335 | return !!this._def.checks.find((ch) => ch.kind === "ip"); |
| 30336 | } |
| 30337 | get isBase64() { |
| 30338 | return !!this._def.checks.find((ch) => ch.kind === "base64"); |
| 30339 | } |
no outgoing calls
no test coverage detected