Function isEmpty

  • Example

    ```ts import * as S from "flurp/string";

    S.isEmpty(""); // true S.isEmpty("weasel"); // false

    Parameters

    • s: string

    Returns boolean