Skip to main content
Module

x/fastro/server/deps.ts>assertStringIncludes

Fast and simple web application framework for deno
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/fastro@v0.70.5/server/deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string