Skip to main content
Module

x/ramda/source/startsWith.js>default

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

Checks if a list starts with the provided sublist.

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