Skip to main content
Module

x/ramda/source/index.js>endsWith

:ram: Practical functional Javascript
Latest
variable endsWith
import { endsWith } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

Checks if a list ends with the provided sublist.

Similarly, checks if a string ends with the provided substring.