@lxlib/util
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
Express uitilities
```jsx /** * @name curry * @type {Function} * @description recursive autocurry * @since 0.0.1 * @example curry(function, arg1, arg2)(arg3)(arg4, arg5) */ export const curry = (func, array = []) => (...args) => (arr) => ( arr.length === func.length ? func(
Javascript utilities and helper functions
Site utility scripts shared between the @ngirl project
Utility library for Angular 4+
A small package with utility functions
date based zip utility
A toolbox of practical everyday functions
a collection of node utils
return whitelisted properties of an object
An Angular service for interacting with local storage, session storage and cookie storage
Simple tools to deal with the AES-256 encryption and decryption of data with arbitrary lengths
Simple tools to merge data with email templates during run-time
A library to process HTTP Request parameters and processes
A set of simple data validation and conversion tools
The object validator for TypeScript.
Mocha unit test setup for mockyeah request mocking utility.
A responsive helper utility for css-in-js
(IEC) Utility to parse a string bytes to bytes and vice-versa