Parameters
| Name | Type | Description |
|---|---|---|
importMetaUrl |
string |
URL |
cjsModule |
object |
The CommonJS module object. Optional if using ESM. |
mainModule |
object |
The main module reference (require.main). Optional but recommended in CommonJS. |
fn |
function |
Function to execute if the module is main. |