fp-filters - v0.5.3
    Preparing search index...

    Variable isEmptyStringConst

    isEmptyString: (arg: string) => boolean = ...

    Returns true if the argument is an empty string ('')

    Type declaration

      • (arg: string): boolean
      • Parameters

        • arg: string

        Returns boolean