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

x/unknownutil/is.ts>isRecordOf

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

Return a type predicate function that returns true if the type of x is RecordOf<T>.