• Returns whether the given string is not blank

    Parameters

    • Optionaltext: null | string

      the string to check

    Returns boolean

    whether the given string is not blank

    isNotBlank('foobar');    // true