Skip to main content
Go to Latest
function isBoxedPrimitive
import { isBoxedPrimitive } from "https://deno.land/std@0.177.0/node/internal_binding/types.ts";

Parameters

value: unknown

Returns

value is
| Boolean
| String
| Number
| Symbol
| BigInt