0.1.0 • Published 3 years ago
@ourworld/ramda-flavored v0.1.0
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
0.1.0
3 years ago