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

x/edcb/deps/asserts.ts>assertStringIncludes

A build tool and task runner for Deno.
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/edcb@v1.0.0-alpha.8/deps/asserts.ts";

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

Parameters

actual: string
expected: string
optional
msg: string