UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

6 lines (4 loc) 144 B
import { equalsFn } from './equals.js' export function eqProps(property, objA) { return objB => equalsFn( objA[property], objB[property] ) }