foreword

0.10.2 • Public • Published

Foreword

A JavaScript library for functional data transformation.

Build Status npm version dependencies

npm install foreword

Why Foreword?

  • Ability to partially apply all functions, allowing you to write smaller, cleaner code.
  • Restrict functions to one type of data.
  • Leverage type separation into a more interesting interface, such as A.map and O.map.
  • Provide useful functions for handling unwanted values.
  • Ensure correctness of transformations, not allowing references to be mutated.

A benefit of this approach is that foreword will have no trouble adding functions for new types in the future, like Map or Set.

Documentation

Refer to the API documentation.

/foreword/

    Package Sidebar

    Install

    npm i foreword

    Weekly Downloads

    20

    Version

    0.10.2

    License

    MIT

    Unpacked Size

    81.8 kB

    Total Files

    139

    Last publish

    Collaborators

    • brandonchartier