The global Prism instance.
This instance of Prism is unique. Even if this module is imported from different sources, the same Prism instance will be returned.
When a global build (IIFE) has already set globalThis.Prism, this module reuses that instance so ESM plugins share the same singleton.
globalThis.Prism
The global Prism instance.
This instance of Prism is unique. Even if this module is imported from different sources, the same Prism instance will be returned.
When a global build (IIFE) has already set
globalThis.Prism, this module reuses that instance so ESM plugins share the same singleton.