• Checks if the string is empty

    Example

    isEmpty("123"); // false
    

    Example

    isEmpty(""); // true
    

    Parameters

    • str: string

    Returns boolean

Generated using TypeDoc