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

x/lume/deps/assert.ts>assertGreaterOrEqual

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function assertGreaterOrEqual
import { assertGreaterOrEqual } from "https://deno.land/x/lume@v1.19.0/deps/assert.ts";

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

Parameters

actual: T
expected: T
optional
msg: string