@yookue/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: null | string

        the default string if the object is nil

      Returns undefined | null | string

      a string tag representation of the given object

      David Hsing