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

x/complaindate/dev_deps.ts

JavaScript date-time utilities that keep timezones on the surface
Latest
import * as complaindate from "https://deno.land/x/complaindate@v1.0.1/dev_deps.ts";

Functions

Make an assertion, error will be thrown if expr does not have truthy value.

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

Make an assertion that actual is not null or undefined. If not then throw.

Make an assertion that obj is an instance of type. If not then throw.

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

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

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

Make an assertion that actual includes expected. If not then throw.

Executes a function, expecting it to throw. If it does not, then it throws.