@telostat/prelude - v0.7.0
    Preparing search index...

    Function nonEmptyText

    • Returns a non-empty text value for the given nullable textual argument.

      Parameters

      • x: string | null | undefined

        A nullable text value.

      Returns Maybe<string>

      functional!Just text value if the argument is non-null and non-empty, functional!Nothing otherwise.