Skip to main content
Module

x/froebel/except.ts>assert

A strictly typed utility library.
Go to Latest
variable assert
import { assert } from "https://deno.land/x/froebel@v0.18.0/except.ts";

type

(
condition: unknown,
message?: string,
type?,
) => unknown