On this pageFunction: isImportMeta() isImportMeta(node: Readonly<Node>): node is MetaProperty Defined in: _internal/ast.ts:132 Check whether an AST node is the import.meta meta property. Parametersโ nodeโ Readonly<Node> Returnsโ node is MetaProperty