UNPKG

faster-babel-types

Version:
5 lines 381 B
import type * as t from '@babel/types'; export declare function anyTypeAnnotation(): t.AnyTypeAnnotation; export declare function isAnyTypeAnnotation(node: t.Node | null | undefined): node is t.AnyTypeAnnotation; export declare function assertAnyTypeAnnotation(node: t.Node | null | undefined): asserts node is t.AnyTypeAnnotation; //# sourceMappingURL=any-type-annotation.d.ts.map