Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh_seo/src/deps.ts>assertStringIncludes

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

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

Parameters

actual: string
expected: string
optional
msg: string