Skip to main content
Module

x/rambda/files/index.d.ts>startsWith

Faster and smaller alternative to Ramda
Latest
function startsWith
import { startsWith } from "https://deno.land/x/rambda@v9.2.0/files/index.d.ts";

Type Parameters

T extends string

Parameters

question: T
input: string

Returns

boolean

Type Parameters

T extends string

Parameters

question: T

Returns

(input: string) => boolean

Parameters

question: T[]
input: T[]

Returns

boolean

Parameters

question: T[]

Returns

(input: T[]) => boolean