@ourworld/ramda-flavored
v0.1.0
Published
A collection of functions that enhance Ramda
Readme
Ramda Flavored
A collection of functions that enhance Ramda
Installation
npm install @ourworld/ramda-flavoredExample
import { isGt, isLt } from '@ourworld/ramda-flavored';
isGt(1, 2); //=> true
isLt(1, 2); //=> falseLicense
MIT
