JSPM

@dodiameer/fx

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q37063F
  • License MIT

Helper functions for arrays and objects. All functions were written to be pure functions as a challenge.

Package Exports

  • @dodiameer/fx
  • @dodiameer/fx/arrays/findByKey
  • @dodiameer/fx/arrays/index
  • @dodiameer/fx/arrays/pullFromKey
  • @dodiameer/fx/functions/index
  • @dodiameer/fx/functions/pipe
  • @dodiameer/fx/index
  • @dodiameer/fx/objects/deepClone
  • @dodiameer/fx/objects/getFromPath
  • @dodiameer/fx/objects/index
  • @dodiameer/fx/objects/pickOut

Readme

f(x)

A helper function library for working with objects and arrays. I made all the functions pure as a challenge.

Installation

npm i @dodiameer/fx or yarn add @dodiameer/fx or pnpm i @dodiameer/fx

Documentation

TODO. For now, all the functions have JSDoc comments so import and see if it's useful to you.

License

MIT