Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/case/test/deps.ts>assert

Convert strings between camelCase, PascalCase, Title Case, snake_case and more
Go to Latest
function assert
import { assert } from "https://deno.land/x/case@2.1.1/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