faster-babel-types
Version:
5 lines • 373 B
TypeScript
import type * as t from '@babel/types';
export declare function booleanLiteral(value: boolean): t.BooleanLiteral;
export declare function isBooleanLiteral(node: t.Node | null | undefined): node is t.BooleanLiteral;
export declare function assertBooleanLiteral(node: t.Node | null | undefined): asserts node is t.BooleanLiteral;
//# sourceMappingURL=boolean-literal.d.ts.map