@mindfulness/utils
    Preparing search index...

    Function testIsString

    • If the unknown value is a string then return it as a string, otherwise return undefined

      Parameters

      • value: unknown

        The value to check

      Returns Maybe<string>

      • returns the unknown value if it is a string, otherwise returns undefined