Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "@stdlib/types/object"

Module containing object definitions.

Index

Type aliases

Collection

Collection: Array<any> | TypedArray | ArrayLike<any>

A collection, which is defined as either an array, typed array, or an array-like object (excluding strings and functions).

ComplexDataType

ComplexDataType: "complex64" | "complex128"

Complex number data type.

PropertyDescriptor

Property descriptor object.

PropertyName

PropertyName: string | symbol

An object property name.