Chok’s Typescript Utilities
    Preparing search index...

    Function toReadableString

    • Make the given argument of unknown type into something human-readable. For Error objects, you can specify options to make the string more verbose.

      Parameters

      • u: unknown
      • Optionaloptions: { includeErrorProps?: boolean; includeStack?: boolean }

      Returns string