EDN parser and generator that work with plain JS data, with support for TS and node streams
EDN parser and generator that work with plain JS data, with support for TS and node streams
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Constants and utilities about visitor keys to traverse AST.
https://en.wikipedia.org/wiki/Trie
Persistent ordered mapping from strings
Lowercase the keys of an object
Like `Object.keys()` but also includes symbols
Generate hashes from javascript objects in node and the browser.
Convert object keys from camel case
Filter object keys and values into a new object
Convert object keys to camel case
Convert an object's keys to snake case
js implementation of edn
Sort an object's keys, including an optional key list
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Sort objecy keys by length
Modify the values of an object
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Right pad a string with zeros or a specified string. Fastest implementation.
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
Create an array of the owned/enumerable keys of an input object.
Sort the keys of an object
> Convenient JavaScript function that serializes Objects to FormData instances.