Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdCommon assertion functions, especially useful for testing
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
2 months ago (1.0.11)
f
assertLess
Make an assertion that actual
is less than expected
.
If not then throw.
Add Package
deno add jsr:@std/assert
Import symbol
import * as mod from "@std/assert/less";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@std/assert/less";
Add Package
npx jsr add @std/assert
Import symbol
import * as mod from "@std/assert/less";
Add Package
yarn dlx jsr add @std/assert
Import symbol
import * as mod from "@std/assert/less";
Add Package
pnpm dlx jsr add @std/assert
Import symbol
import * as mod from "@std/assert/less";
Add Package
bunx jsr add @std/assert
Import symbol
import * as mod from "@std/assert/less";