Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

z.util.assertIs

import { z } from "https://esm.sh/zod@3.25.76/index.d.cts"; 

const { assertIs } = z.util;
function assertIs<T>(_arg: T): void;
§
assertIs<T>(_arg: T): void
[src]

§Type Parameters

§Parameters

§
_arg: T
[src]

§Return Type