對物件的鍵進行排序,支援自訂排序函式、指定鍵順序和原地修改選項 / Sort object keys with custom sort functions, specified key order, and in-place modification options
Filter object keys and values into a new object
Gets the job done when JSON.stringify can't
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
A better Object.defineProperty()
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
A collection of order related linting rules for Stylelint.
Stringify your JSON at max speed
Delete nested properties from an object using dot notation.
PostCSS plugin for sorting and combining CSS media queries with mobile first / **desktop first methodologies
ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.
Does a JS type have a property
A memoization function that uses a WeakMap
Properties file reader for Node.js
Filter an array of objects to a specific OS
Traverse an object and convert all ISO strings into Dates.
handle circular references when stringifying and parsing
Easy autofixable import sorting
Bind methods to an object from that object or some other source. Optionally specify a set of methods to skip over.
Convert an object's keys to snake case
Gets the job done when JSON.stringify can't
If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
Write Pino transports easily