Skip to content

v3.24.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 22:53
· 2 commits to refs/heads/main since this release

Notes

Support asynchronous checks in z.custom() .

const customSchema = z.custom<number>(async (x) => {
  return typeof x === "number";
});

Commits: