faster-babel-types
Version:
5 lines • 388 B
TypeScript
import type * as t from '@babel/types';
export declare function jsxClosingFragment(): t.JSXClosingFragment;
export declare function isJSXClosingFragment(node: t.Node | null | undefined): node is t.JSXClosingFragment;
export declare function assertJSXClosingFragment(node: t.Node | null | undefined): asserts node is t.JSXClosingFragment;
//# sourceMappingURL=jsx-closing-fragment.d.ts.map