m7e
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

m7e

CI/CD version downloads

m7e, short for "map" plus "reduce," is a collection of utility functions that map and reduce JavaScript primitives and built-ins between each other.

For example:

  • Mapping the boolean true to a string would be 'true'.
  • Reducing the entries [['key', 'value']] to a record would be { key: 'value' }.

Supported

Mappers

Input Output
entries Record ({})
Map entries
Map Record ({})

Reducers

Input Output
entries Record ({})

/m7e/

    Package Sidebar

    Install

    npm i m7e

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    11.2 kB

    Total Files

    23

    Last publish

    Collaborators

    • charlesstover