• Preparing search index...
  • The search index is not available
@telostat/prelude - v0.6.0
  • @telostat/prelude
  • textual
  • nonEmptyText

Function nonEmptyText

  • nonEmptyText(x: undefined | null | string): functional.Maybe<string>
  • Returns a non-empty text value for the given nullable textual argument.

    Parameters

    • x: undefined | null | string

      A nullable text value.

    Returns functional.Maybe<string>

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

    • Defined in src/-textual.ts:26

Settings

Member Visibility
@telostat/prelude - v0.6.0
  • Loading...

Generated using TypeDoc