{{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 --------