Skip to main content
Module

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

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

Parameters

target: T
compareTo: U

Returns

boolean

Parameters

target: T

Returns

(compareTo: U) => boolean