use crate::*;
/// Returns a mutable reference to the global injected classes set.
///
/// Lazily initializes the set on first access.
///
/// # Returns
///
/// - `&mut HashSet<String>` - A mutable reference to the injected classes set.
///
/// # Safety
///
/// Must only be called from the main thread (WASM single-threaded context).
pub