faster-babel-types
Version:
5 lines • 384 B
TypeScript
import type * as t from '@babel/types';
export declare function jsxSpreadChild(expression: t.Expression): t.JSXSpreadChild;
export declare function isJSXSpreadChild(node: t.Node | null | undefined): node is t.JSXSpreadChild;
export declare function assertJSXSpreadChild(node: t.Node | null | undefined): asserts node is t.JSXSpreadChild;
//# sourceMappingURL=jsx-spread-child.d.ts.map