who-owns-mass-frontend
Svelte/Mapbox Frontend for Who Owns Massachusetts Application.
@stdlib/assert-has-define-properties-support
Detect `Object.defineProperties` support.
@stdlib/assert-has-define-property-support
Detect `Object.defineProperty` support.
@stdlib/assert-deep-has-property
Test whether an object contains a nested key path, either own or inherited.
@stdlib/utils-define-configurable-write-only-accessor
Define a configurable write-only accessor.
@stdlib/utils-define-memoized-read-only-property
Define a memoized read-only object property.
@stdlib/utils-define-memoized-configurable-read-only-property
Define a configurable memoized read-only object property.
https://github.com/althonos/property-cached
A (better) decorator for caching properties in classes (forked from cached-property).
@stdlib/utils-property-descriptors
Return an object's own property descriptors.
object-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
array-base-any-is-entry-in
Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.
utils-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
@stdlib/utils-define-nonenumerable-write-only-accessor
Define a non-enumerable write-only accessor.