Skip to main content
Module

x/ramda/source/index.js>startsWith

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

Checks if a list starts with the provided sublist.

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