@ourworld/ramda-flavored
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Ramda Flavored

A collection of functions that enhance Ramda

Installation

npm install @ourworld/ramda-flavored

Example

import { isGt, isLt } from '@ourworld/ramda-flavored';

isGt(1, 2); //=> true

isLt(1, 2); //=> false

License

MIT

/@ourworld/ramda-flavored/

    Package Sidebar

    Install

    npm i @ourworld/ramda-flavored

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    18.3 kB

    Total Files

    9

    Last publish

    Collaborators

    • owfdr