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

Method base64url

packages/zod/src/v4/classic/schemas.ts:494–494  ·  view source on GitHub ↗

@deprecated Use `z.base64url()` instead.

(params?: string | core.$ZodCheckBase64URLParams)

Source from the content-addressed store, hash-verified

492 base64(params?: string | core.$ZodCheckBase64Params): this;
493 /** @deprecated Use `z.base64url()` instead. */
494 base64url(params?: string | core.$ZodCheckBase64URLParams): this;
495 // /** @deprecated Use `z.jsonString()` instead. */
496 // jsonString(params?: string | core.$ZodCheckJSONStringParams): this;
497 /** @deprecated Use `z.xid()` instead. */

Callers 4

string.test.tsFile · 0.65
convertBaseSchemaFunction · 0.65
string.test.tsFile · 0.65
base64urlToBytesFunction · 0.65

Calls

no outgoing calls

Tested by 1

base64urlToBytesFunction · 0.52