Skip to main content
Module

x/kv_sqlite/dev_deps.ts>assert

Key-Value storage backed by SQLite
Latest
function assert
Re-export
import { assert } from "https://deno.land/x/kv_sqlite@v0.1.11/dev_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