Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/nessie/deps.ts>assert

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
function assert
import { assert } from "https://deno.land/x/nessie@2.0.9/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