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

3.8.16 • Public • Published

What is declarative-js

declarative-js is modern JavaScript library, that helps to:

  • tackle array transformation with built in JavaScript array api (e.g. array.filter(toBe.unique())),
  • provide a type-level solution for representing optional values instead of null references.

Why declarative-js?

  • performance (link to benchmarks)
  • ability to use with built in api (js array)
  • it is written in typescript. All functions provides great type inference
  • declarative code instead of imperative
  • reduces boilerplate code providing performant and tested solutions
  • comprehensive documentation (link)
  • Target version of javascript is ES5
  • Internet Explorer 11 compatible

npm version Build Status Coverage Status Language grade: JavaScript

Install

npm i declarative-js --save

Documentation

All documentation can be found here: link

License

MIT

/declarative-js/

    Package Sidebar

    Install

    npm i declarative-js

    Weekly Downloads

    53

    Version

    3.8.16

    License

    MIT

    Unpacked Size

    75.1 kB

    Total Files

    31

    Last publish

    Collaborators

    • pavel-surinin