UNPKG

faster-babel-types

Version:
5 lines 364 B
import type * as t from '@babel/types'; export declare function jsxIdentifier(name: string): t.JSXIdentifier; export declare function isJSXIdentifier(node: t.Node | null | undefined): node is t.JSXIdentifier; export declare function assertJSXIdentifier(node: t.Node | null | undefined): asserts node is t.JSXIdentifier; //# sourceMappingURL=jsx-identifier.d.ts.map