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