An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Simple ES6 Object.keys() polyfill for older environments.
Like `Object.keys()` but also includes symbols
🐊Putout plugin adds ability to convert 'Object.keys()' to 'Object.entries()'
🐊Putout plugin adds ability to convert 'Object.entries()' to 'Object.keys()'
An ES6 Object.keys shim.
`Object.values(obj)` -> `Object.keys(obj).map(key => obj[key])`
Babel plugin for transforming ES2017 features Object.entries and Object.keys
Object.keys recursively
`Object.values(obj)` -> `Object.keys(obj).map(key => obj[key])`
A tiny typed wrapper around Object.keys for TypeScript.
Like `Object.keys()` but also includes symbols
Type-safe Object.keys, Object.entries, and Object.fromEntries for TypeScript.
forOf object iteration — A 'for in'/'Object.keys forEach' alternative
A wrapper around Object.keys(...).forEach(...)
Sort an object's keys, including an optional key list
Fix for Object.keys, which normally just returns an array of strings, which is not good when you care about strong typing
Similar to key of object (Object.keys) but deep key. Provides recursive access to object member.
A tiny Object.assign implementation that works down to IE9 (uses Object.keys)
The `Object.keys()` method returns an array of a given object's own enumerable properties.
Get the length of the keys on an object. Much faster than Object.keys()
TypeScript definitions for object-keys
Easily find all available global variables in document. No guessing. No manually filtering through Object.keys(window).
TypeScript definitions for sort-object-keys
A command line tool that generates ts/js typechecker functions from typescript types
PostgREST URL-to-SQL parser for Rust and WASM
React performance + security scanner. Finds perf anti-patterns, XSS, secrets, and CVEs. Single binary, zero config, SARIF output.
AT Protocol lexicon validation library for Slices
Access the current process of your Tauri application.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.