Skip to main content
Module

x/unknownutil/is.ts>isRecord

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

Return true if the type of x is RecordOf<unknown>.

Parameters

x: unknown

Returns

x is RecordOf<unknown>