@stdlib/utils
Version:
Standard utilities.
24 lines (16 loc) • 403 B
Plain Text
{{alias}}( value )
Returns an array of an object's own symbol properties.
If provided `null` or `undefined`, the function returns an empty array.
Parameters
----------
value: any
Input value.
Returns
-------
symbols: Array
List of an object's own symbol properties.
Examples
--------
> var s = {{alias}}( {} )
See Also
--------