Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fathym_atomic/tests/test.deps.ts>assertGreater

This is the core atomic library to build design libraries from.
Go to Latest
function assertGreater
import { assertGreater } from "https://deno.land/x/fathym_atomic@v0.0.150/tests/test.deps.ts";

Make an assertion that actual is greater than expected. If not then throw.

Parameters

actual: T
expected: T
optional
msg: string