UNPKG

faster-babel-types

Version:
5 lines 395 B
import type * as t from '@babel/types'; export declare function mixedTypeAnnotation(): t.MixedTypeAnnotation; export declare function isMixedTypeAnnotation(node: t.Node | null | undefined): node is t.MixedTypeAnnotation; export declare function assertMixedTypeAnnotation(node: t.Node | null | undefined): asserts node is t.MixedTypeAnnotation; //# sourceMappingURL=mixed-type-annotation.d.ts.map