UNPKG

faster-babel-types

Version:
5 lines 402 B
import type * as t from '@babel/types'; export declare function existsTypeAnnotation(): t.ExistsTypeAnnotation; export declare function isExistsTypeAnnotation(node: t.Node | null | undefined): node is t.ExistsTypeAnnotation; export declare function assertExistsTypeAnnotation(node: t.Node | null | undefined): asserts node is t.ExistsTypeAnnotation; //# sourceMappingURL=exists-type-annotation.d.ts.map