faster-babel-types
Version:
5 lines • 473 B
TypeScript
import type * as t from '@babel/types';
export declare function booleanLiteralTypeAnnotation(value: boolean): t.BooleanLiteralTypeAnnotation;
export declare function isBooleanLiteralTypeAnnotation(node: t.Node | null | undefined): node is t.BooleanLiteralTypeAnnotation;
export declare function assertBooleanLiteralTypeAnnotation(node: t.Node | null | undefined): asserts node is t.BooleanLiteralTypeAnnotation;
//# sourceMappingURL=boolean-literal-type-annotation.d.ts.map