Skip to main content
Module

x/velociraptor/dev_deps.ts

The npm-style script runner for Deno
Latest
import * as velociraptor from "https://deno.land/x/velociraptor@1.5.0/dev_deps.ts";

Functions

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

Make an assertion that actual match RegExp expected. If not then thrown

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