Skip to content

isMainModule

function isMainModule(importMetaUrl: string): boolean;

Defined in: src/utils/mainModule.ts:19

Returns true when the file containing import.meta.url is the entry point of the current Node.js process. Returns false outside Node.

ParameterType
importMetaUrlstring

boolean