deno.com
property SourceTextModuleOptions.initializeImportMeta

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

Type #

((
meta: ImportMeta,
) => void) | undefined