Skip to main content
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.9.0/mod.ts";

Always return true regardless of the type of x.

Parameters

_x: unknown

Returns

_x is any