Skip to main content
Module

x/pagic/deps.ts>asserts.fail

A static site generator powered by Deno + React
Latest
function asserts.fail
import { asserts } from "https://deno.land/x/pagic@v1.6.3/deps.ts";
const { fail } = asserts;

Forcefully throws a failed assertion

Parameters

optional
msg: string

Returns

never