1 2 3 4 5
globalThis.importedCounter ??= 0; console.log( `[${Date.now()}] [#!imported] Reloaded: ${++globalThis.importedCounter}`, );