Skip to main content
Module

x/nonstd/mod.ts>endsWith

A library for useful features that aren't currently in the std library.
Latest
function endsWith
import { endsWith } from "https://deno.land/x/nonstd@v0.2.2/mod.ts";

Parameters

text: Inputs
target: string
optional
endAt: number = [UNSUPPORTED]

Returns

boolean