@unikue/ts-lang-utils
    Preparing search index...

    Function toStringTag

    • Returns the string tag representation of the given object

      Parameters

      • object: any

        The object to inspect

      • Optionalnil: string | null

        The default string if the object is nil

      Returns string | null | undefined

      a string tag representation of the given object

      David Hsing