geoview-core
    Preparing search index...

    Function stringify

    • Checks object to see if it can be converted to a string; if not, returns an empty string

      Parameters

      • str: unknown

        The unknown object to stringify

      Returns unknown

      Returns the original object if it can be converted to a string; '' otherwise