UNPKG

faster-babel-types

Version:
5 lines 402 B
import type * as t from '@babel/types'; export declare function symbolTypeAnnotation(): t.SymbolTypeAnnotation; export declare function isSymbolTypeAnnotation(node: t.Node | null | undefined): node is t.SymbolTypeAnnotation; export declare function assertSymbolTypeAnnotation(node: t.Node | null | undefined): asserts node is t.SymbolTypeAnnotation; //# sourceMappingURL=symbol-type-annotation.d.ts.map