Perseus
    Preparing search index...

    Function addLibraryVersionToPerseusDebug

    • Adds the given perseus library version information to the perseus_debug object and ensures that the object is attached to globalThis (window in browser environments).

      This allows each library to provide runtime version information to assist in debugging in production environments.

      Parameters

      • libraryName: string
      • libraryVersion: string

      Returns void