Skip to main content
Module

x/complaindate/dev_deps.ts>assertStringIncludes

JavaScript date-time utilities that keep timezones on the surface
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/complaindate@v1.0.1/dev_deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string