46 packages
accesscontrol-re
A facade enhancing the great javascript [Access Control](https://onury.io/accesscontrol), but with much desired missing features!
awesome-matchers
Come back when it's v0.1.0 :-)
butter-require
A fork of 'olalonde/better-require' - lets you load JSON and YAML files using require syntax. For example: var config = require('./config.json'); Extensions available are: json, yaml, coffee, ts, ls, co
calculated-cached-properties
CalculatedCachedProperties allows properties to have values calculated by a function, and then cached. You can then manually invalidate (clean) the cache for one or more (or all) properties, forcing the function to be invoked and recalculate next time the
decurry
decurry is the 'reverse' of curry: given a composed function `fn(arg1)(arg2)(arg3)` it returns a function that can be called as `fn(arg1, arg2, arg3)` or `fn(arg1, arg2)(arg3) etc.`
@devzen/distzen
Install & watch clean/copy/sync multiple local packages, production-level via `npm i`, without symlinks, in a snap!
@devzen/logzen
A radically powerful yet familiar Logger, with emphasis on Granularity & Context, Debugging BigApps & Observability. Outputs anywhere, colorful values, customizable Header & many more options. Extensively Typed & tested.
@devzen/speczen
Run Test Suites with Jest, with full control for exactly which tests to run or dont. Much more than `it.only()` & `describe.only()` on steroids!
@devzen/validzen
A powerful OR & AND PropertyDecorator for `class-validator`, to support very complex validation scenarios. Full integration with `class-transformer-validator` and useful opinionated tools. Also, a PoC to reuse ALL `class-validator` & `class-validator-exte
@devzen/zendash
A small set of utilities around types checking, exact or like comparisons, extracting props & deep mutation of objects