MCPcopy
hub / github.com/colinhacks/zod / cidr

Method cidr

packages/zod/src/v3/types.ts:1104–1106  ·  view source on GitHub ↗
(options?: string | { version?: IpVersion; message?: string | undefined })

Source from the content-addressed store, hash-verified

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?:

Callers 1

string.test.tsFile · 0.80

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected