Module

x/nessie/deps.ts>assert

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Latest
function assert
import { assert } from "https://dotland.deno.dev/x/nessie@2.0.11/deps.ts";

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

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr
import assert
import { assert } from "https://dotland.deno.dev/x/nessie@2.0.11/deps.ts";