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

x/reno/deps.ts>assertStringIncludes

A thin, testable routing library designed to sit on top of Deno's standard HTTP module
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/reno@v2.0.105/deps.ts";

Make an assertion that actual includes expected. If not then throw.

Parameters

actual: string
expected: string
optional
msg: string