Skip to main content
Module

x/csv/dev_deps.ts>assertEquals

Streaming API for reading and writing CSV for https://deno.land/
Go to Latest
function assertEquals
import { assertEquals } from "https://deno.land/x/csv@v0.1.0/dev_deps.ts";

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Parameters

actual: unknown
expected: unknown
optional
msg: string