faster-babel-types
Version:
5 lines • 410 B
TypeScript
import type * as t from '@babel/types';
export declare function jsxSpreadAttribute(argument: t.Expression): t.JSXSpreadAttribute;
export declare function isJSXSpreadAttribute(node: t.Node | null | undefined): node is t.JSXSpreadAttribute;
export declare function assertJSXSpreadAttribute(node: t.Node | null | undefined): asserts node is t.JSXSpreadAttribute;
//# sourceMappingURL=jsx-spread-attribute.d.ts.map