27 lines
506 B
Plaintext
27 lines
506 B
Plaintext
|
|
{{alias}}( value[, level] )
|
|
Returns an array of an object's inherited property names and symbols.
|
|
|
|
If provided `null` or `undefined`, the function returns an empty array.
|
|
|
|
Parameters
|
|
----------
|
|
value: any
|
|
Input value.
|
|
|
|
level: integer (optional)
|
|
Inheritance level.
|
|
|
|
Returns
|
|
-------
|
|
symbols: Array
|
|
List of an object's inherited property names and symbols.
|
|
|
|
Examples
|
|
--------
|
|
> var symbols = {{alias}}( [] )
|
|
|
|
See Also
|
|
--------
|
|
|