faster-babel-types
Version:
5 lines • 409 B
TypeScript
import type * as t from '@babel/types';
export declare function booleanTypeAnnotation(): t.BooleanTypeAnnotation;
export declare function isBooleanTypeAnnotation(node: t.Node | null | undefined): node is t.BooleanTypeAnnotation;
export declare function assertBooleanTypeAnnotation(node: t.Node | null | undefined): asserts node is t.BooleanTypeAnnotation;
//# sourceMappingURL=boolean-type-annotation.d.ts.map