Skip to main content
Module

x/xml/test_deps.ts>assert

📑 A XML parser/stringifier for Deno written in typescript and with no dependencies
Go to Latest
function assert
import { assert } from "https://deno.land/x/xml@2.1.2/test_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