Skip to main content
Module

x/arubaos_cx/deps.ts>assert

ArubaOS-CX REST API client for Deno.
Latest
function assert
import { assert } from "https://deno.land/x/arubaos_cx@v1.0.2/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