Skip to main content
Module

x/hk_stock_api/deps.ts>assert

get hk stock information in deno
Latest
function assert
import { assert } from "https://deno.land/x/hk_stock_api@v0.1.7/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