Skip to main content
Module

x/fresh_seo/src/deps.ts>assertStringIncludes

The fastest way ⚡️ to create sitemap and robots.txt in your Deno Fresh project 🍋
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/fresh_seo@1.0.1/src/deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string