UNPKG

faster-babel-types

Version:
5 lines 388 B
import type * as t from '@babel/types'; export declare function voidTypeAnnotation(): t.VoidTypeAnnotation; export declare function isVoidTypeAnnotation(node: t.Node | null | undefined): node is t.VoidTypeAnnotation; export declare function assertVoidTypeAnnotation(node: t.Node | null | undefined): asserts node is t.VoidTypeAnnotation; //# sourceMappingURL=void-type-annotation.d.ts.map