Function toStringDefault

A default converter to string that uses JSON.stringify if its an object, or the thing itself if it's a string

  • Type Parameters

    • V

    Parameters

    • itemToMakeStringFor: V

    Returns string