Skip to main content
Module

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

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

Parameters

prop: string
obj1: T
obj2: U

Returns

boolean

Type Parameters

P extends string

Returns

<T, U>(obj1: Record<P, T>, obj2: Record<P, U>) => boolean

Parameters

prop: string
obj1: T

Returns

<U>(obj2: U) => boolean