Showing 1-20 of 148,482 packages
Cross browser mouse event property access
Convert property access strings into functions
Deep property access by dot separated string or key array
This TSLint rule is meant to support https://github.com/filipesilva/check-side-effects. Please check that repository for more information.
Quickly chain method calls, property access and functions in natural left to right expression
Create a proxy object for method interception and routing. Useful for building RPC-style clients where property access and method calls are captured and forwarded.
**Datanautics** is a lightweight key-value storage system with support for nested property access and persistent dumps to disk.
Minimal library for safe property access
Type safe existential property access using ES6 proxies
[](https://www.npmjs.com/package/@sirian/property-access) [](https://opensource.org/licenses/MIT)
Simple Typescript decorators to improve the vuex-orm experience in Typescript by introducing typed property access.
Disallow undefined property access in JavaScript
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
`Object.defineProperty`, but not IE 8's broken one.
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
tiny util for getting and setting deep object props safely
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.