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

Method safeParseAsync

packages/zod/src/v4/mini/schemas.ts:33–33  ·  view source on GitHub ↗
(
    data: unknown,
    params?: core.ParseContext<core.$ZodIssue>
  )

Source from the content-addressed store, hash-verified

31 safeParse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): util.SafeParseResult<core.output<this>>;
32 parseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;
33 safeParseAsync(
34 data: unknown,
35 params?: core.ParseContext<core.$ZodIssue>
36 ): Promise<util.SafeParseResult<core.output<this>>>;

Callers 2

schemas.tsFile · 0.65
index.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected