deeply alphabetize object keys
Sorts an array and then unwinds that sort on another array
Sort the keys of an object recursively
Sort objecy keys by length
Return an array of an object's own enumerable property names and symbols.
TypeScript definitions for sort-array
Deep-pick and deep-omit objects with typesafe paths.
ESLint rule to enforce sorting of variable declarations in a group of require() calls
Redact JS objects
ESLint rule for enforcing consistent ES6 class member order.
A prettier plugins to sort imports in provided RegEx order
a map from arrays of values to values
Properties file reader for Node.js
Sort interface and string enum keys
Alphanumeric sorting algorithm
Re-order the objects in an array so that values of a specified property match the order of a provided array of values.
Compare alphanumeric strings the same way a human would, using a natural order algorithm
Collection of useful functions
A memoization function that uses a WeakMap
Return an array of an object's own symbol properties.
Check if an Array is sorted
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Minify selectors with PostCSS.
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).