faster-babel-types
Version:
5 lines • 418 B
TypeScript
import type * as t from '@babel/types';
export declare function arrayTypeAnnotation(elementType: t.FlowType): t.ArrayTypeAnnotation;
export declare function isArrayTypeAnnotation(node: t.Node | null | undefined): node is t.ArrayTypeAnnotation;
export declare function assertArrayTypeAnnotation(node: t.Node | null | undefined): asserts node is t.ArrayTypeAnnotation;
//# sourceMappingURL=array-type-annotation.d.ts.map