Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/test/deps.ts>assertObjectMatch

An easy to use Discord API Library for Deno.
Latest
function assertObjectMatch
import { assertObjectMatch } from "https://deno.land/x/harmony@v2.9.1/test/deps.ts";

Make an assertion that actual object is a subset of expected object, deeply. If not, then throw.

Parameters

actual: Record<PropertyKey, any>
expected: Record<PropertyKey, unknown>