Search results
15 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Codemod to migrate from Lodash get and logical and expressions to optional chaining
typescript and null safe json object navigation
Type safe deep object selector
- existential operator
- null conditional operator
- null propagation operator
- optional chaining
- safe navigation operator
- typescript
A typesafe way to get nested properties when any parent property might be undefined, while we wait for the optional chaining operator to finally exist
Safe navigation of objects (avoid null pointer exceptions / avoid TypeError cannot access property 'x' of undefined)
- null pointer exception
- never null
- nn
- TypeError cannot access property
- TypeError cannot access property of undefined
- of undefined
- safe navigation
- existential operator
- elvis operator
- optional chaining
A lib to provide type-safe optional chaining on arbitrary union types
Type safe deep object selector
- existential operator
- null conditional operator
- null propagation operator
- optional chaining
- safe navigation operator
- typescript
Small and typesafe object property navigation for TypeScript and Flow
Add '?.'(optional chaining) automatically to codes and transform them with babel-plugin-optional-chaining
Safe navigation using ES2015 Proxies
Type safe deep object/array reader
- existential operator
- null conditional operator
- null propagation operator
- optional chaining
- safe navigation operator
- typescript
Transform optional chaining operators into a series of logical checks
Determine if object or array path is valid.
Get or call functions inside an object that might not have it
Determine if the JS environment has optional chaining support