nutzen

2.0.6 • Public • Published

npm install nutzen
// github            much install |
npm install sourcevault/nutzen#dist

nutzen provides common utility functions for coders that make heavy use of pattern matching technique(s) in javascript.

Introduction

There are 3 namespaces that exists in nutzen :

var nutzen = require("nutzen")
nutzen.types
nutzen.guard
nutzen.utils

◾️ nutzen.types - immutable type validator that puts composability ( recursiveness ) and extensibility as it's core feature. It can also be used for validating json schemas.

◾️ nutzen.guard - functional guards (mutable & immutable), similar to what exists in Elixir / Erlang for graceful error handling.

◾️ nutzen.utils - exposes nutzen's internal utils, like Ramda and error-stack-parser, ( this way there are fewer direct dependencies ).

LICENCE

  • Code released under BSD-3-Clause.
  • Documentation and images released under CC BY-NC-ND 4.0.
  • details can be found here.

Dependencies (2)

Dev Dependencies (10)

Package Sidebar

Install

npm i nutzen

Weekly Downloads

1

Version

2.0.6

License

BSD-3-Clause

Unpacked Size

236 kB

Total Files

20

Last publish

Collaborators

  • sourcevault