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

25 lines
455 B
Plaintext
Raw Normal View History

{{alias}}( value )
Returns an array of an object's own and inherited property names and
symbols.
If provided `null` or `undefined`, the function returns an empty array.
Parameters
----------
value: any
Input value.
Returns
-------
props: Array
List of an object's own and inherited property names and symbols.
Examples
--------
> var props = {{alias}}( [] )
See Also
--------