UNPKG

ramda-extension

Version:

Helpful functions built on top of the mighty Ramda

6 lines (5 loc) 148 B
import { identity, length, useWith, __ } from 'ramda'; /** * @private */ export var compareLength = /*#__PURE__*/useWith(__, [identity, length]);