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

x/unknownutil/is.ts>isUnknown

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

Always return true regardless of the type of x.

Parameters

_x: unknown

Returns

_x is unknown