faster-babel-types
Version:
5 lines • 448 B
TypeScript
import type * as t from '@babel/types';
export declare function jsxClosingElement(name: t.JSXIdentifier | t.JSXMemberExpression | t.JSXNamespacedName): t.JSXClosingElement;
export declare function isJSXClosingElement(node: t.Node | null | undefined): node is t.JSXClosingElement;
export declare function assertJSXClosingElement(node: t.Node | null | undefined): asserts node is t.JSXClosingElement;
//# sourceMappingURL=jsx-closing-element.d.ts.map