UNPKG

@stdlib/utils

Version:

Standard utilities.

24 lines (16 loc) 431 B
{{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 --------