Skip to main content
Module

x/ramda/mod.ts>startsWith

:ram: Practical functional Javascript
Latest
variable startsWith
import { startsWith } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Checks if a list starts with the provided sublist.

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