Skip to main content

Function: isImportMeta()

isImportMeta(`node`: `Readonly`<`Node`>): `node is MetaProperty`

Defined in: _internal/ast.ts:126

Check whether an AST node is the import.meta meta property.

Parametersโ€‹

nodeโ€‹

`Readonly`<`Node`>

Returnsโ€‹

`node is MetaProperty`