UNPKG

faster-babel-types

Version:
5 lines 388 B
import type * as t from '@babel/types'; export declare function thisTypeAnnotation(): t.ThisTypeAnnotation; export declare function isThisTypeAnnotation(node: t.Node | null | undefined): node is t.ThisTypeAnnotation; export declare function assertThisTypeAnnotation(node: t.Node | null | undefined): asserts node is t.ThisTypeAnnotation; //# sourceMappingURL=this-type-annotation.d.ts.map