geofiles
Evaluation of file formats in the context of geo-referenced 3D geometries.
@stdlib/utils-keys
Return an array of an object's own enumerable property names.
@stdlib/utils-property-names
Return an array of an object's own enumerable and non-enumerable property names.
@stdlib/utils-enumerable-properties
Return an array of an object's own enumerable property names and symbols.
@stdlib/utils-keys-in
Return an array of an object's own and inherited enumerable property names.
utils-nonenumerable-property-names-in
Return an array of an object's own and inherited non-enumerable property names.
@stdlib/utils-nonenumerable-property-symbols-in
Return an array of an object's own and inherited non-enumerable symbol properties.
@stdlib/assert-deep-has-property
Test whether an object contains a nested key path, either own or inherited.
@stdlib/utils-nonenumerable-property-names
Return an array of an object's own non-enumerable property names.
@stdlib/utils-inherited-keys
Return an array of an object's inherited enumerable property names.
@stdlib/utils-values
Return an array of an object's own enumerable property values.
@stdlib/utils-properties
Return an array of an object's own enumerable and non-enumerable property names and symbols.
@stdlib/utils-object-inverse-by
Invert an object, such that keys become values and values become keys, according to a transform function.
@stdlib/utils-inherited-writable-property-symbols
Return an array of an object's inherited writable symbol properties.
@stdlib/utils-for-own
Invoke a function for each own enumerable property of an object.
@stdlib/utils-inherited-enumerable-properties
Return an array of an object's inherited enumerable property names and symbols.
@stdlib/utils-enumerable-property-symbols
Return an array of an object's own enumerable symbol properties.
@stdlib/utils-nonenumerable-properties
Return an array of an object's own non-enumerable property names and symbols.
@stdlib/utils-inherited-nonenumerable-property-names
Return an array of an object's inherited non-enumerable property names.
@stdlib/utils-inherited-property-descriptors
Return an object's inherited property descriptors.
@stdlib/utils-property-symbols-in
Return an array of an object's own and inherited symbol properties.
@stdlib/utils-inherited-nonenumerable-property-symbols
Return an array of an object's inherited non-enumerable symbol properties.
@stdlib/utils-nonindex-keys
Return an array of an object's own enumerable property names which are not integer indices.
@stdlib/utils-key-by-right
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.
@stdlib/utils-inherited-property-symbols
Return an array of an object's inherited symbol properties.
@stdlib/utils-property-names-in
Return an array of an object's own and inherited enumerable and non-enumerable property names.
@stdlib/utils-inherited-enumerable-property-symbols
Return an array of an object's inherited enumerable symbol properties.
@stdlib/utils-nonenumerable-property-symbols
Return an array of an object's own non-enumerable symbol properties.
@stdlib/utils-inherited-nonenumerable-properties
Return an array of an object's inherited non-enumerable property names and symbols.
@stdlib/utils-values-in
Return an array of an object's own and inherited enumerable property values.
@stdlib/utils-property-descriptors-in
Return an object's own and inherited property descriptors.