Skip to main content
Module

x/waitgroup/test_deps.ts>assert

A tiny version of Golang's WaitGroup for Deno with promises and zero dependencies.
Latest
function assert
import { assert } from "https://deno.land/x/waitgroup@v1.0.0/test_deps.ts";

Make an assertion, if not true, then throw.

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr