Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/unknownutil/mod.ts>isAny

🦕 A lightweight utility pack for handling unknown type
Go to Latest
function isAny
import { isAny } from "https://deno.land/x/unknownutil@v3.12.1/mod.ts";

Always return true regardless of the type of x.

Parameters

_x: unknown

Returns

_x is any