Skip to main content
property SourceTextModuleOptions.initializeImportMeta

Called during evaluation of this module to initialize the import.meta.

Type

((
meta: ImportMeta,
) => void) | undefined
Back to top