Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docs/content/packages/core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This page is primarily intended for consumption by *library authors* who are bui
This package exports the core classes and utilities that are consumed by `zod` and `@zod/mini`. It is not intended to be used directly; instead it's designed to be extended by other packages. It implements:

```ts
import * as z fro "@zod/core";
import * as z from "@zod/core";

// the base class for all Zod schemas
z.$ZodType;
Expand Down