faster-babel-types
Version:
5 lines • 465 B
TypeScript
import type * as t from '@babel/types';
export declare function numberLiteralTypeAnnotation(value: number): t.NumberLiteralTypeAnnotation;
export declare function isNumberLiteralTypeAnnotation(node: t.Node | null | undefined): node is t.NumberLiteralTypeAnnotation;
export declare function assertNumberLiteralTypeAnnotation(node: t.Node | null | undefined): asserts node is t.NumberLiteralTypeAnnotation;
//# sourceMappingURL=number-literal-type-annotation.d.ts.map