dom-value
Set form input values
Set form input values
TypeScript first validation and class creation library
Sets or gets an object field value.
Transform object keys easily using whatever transform function
The utilities for working with a collections such as objects, arrays and primitives such as numbers, strings, etc.
Indicates if path is symbolic link
Simple key-value storage directly on file system, maps each key to a separate file.
Delete keys from all arrays or plain objects, nested within anything, by key or by value or by both, and clean up afterwards. Accepts wildcards.
CSS Prefixer for JavaScript code. The simple library to get vendor-prefixed name (e.g. `webkitFlex`) and vendor-prefixed value (e.g. `-moz-inline-grid`) of CSS property. This is not pre-compiler for style-sheet, this is used to handle those in JavaScript
MySQL/MariaDB storage adapter for Keyv
Define a lazily evaluated property on an object
Traverse and edit AST
Creator functions for common reducers
Collapse an object into a string using the syntax from expand-object. This syntax is pretty handy for setting command line arguments, for expanding/collapsing test fixtures, etc.
Webpack loader that executes file in a child compiler and return exports
A HOC to deeply camelize React props keys
Utility for remapping key names of an object shallowly and depply nested too, that supports currying for partial application.
rehype plugin to normalize casing of attribute values
Check if the value is undefined, null, empty string, NaN and Infinity.
type AsyncValue<T> = Promise<T> | T