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

x/unitest/dummy/object_containing.ts>containRecord

🃏 Deno-first universal unit testing framework
Latest
function containRecord
import { containRecord } from "https://deno.land/x/unitest@v1.0.0-beta.82/dummy/object_containing.ts";

Parameters

a: object
b: Record<PropertyKey, unknown>

Returns

boolean