time-to-botec/js/node_modules/@stdlib/utils/property-symbols-in/docs/repl.txt

24 lines
431 B
Plaintext
Raw Permalink Normal View History

{{alias}}( value )
Returns an array of an object's own and inherited 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 and inherited symbol properties.
Examples
--------
> var s = {{alias}}( [] )
See Also
--------