Function str

  • Returns a string representing the object.

    Returns

    obj.toString() or '' if obj is null or undefined.

    See

    Object.toString

    Parameters

    • obj: any

    Returns any

Generated using TypeDoc