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

util.assertIs

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

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

§Type Parameters

§Parameters

§
_arg: T
[src]

§Return Type