faster-babel-types
Version:
5 lines • 371 B
TypeScript
import type * as t from '@babel/types';
export declare function tsInferType(typeParameter: t.TSTypeParameter): t.TSInferType;
export declare function isTSInferType(node: t.Node | null | undefined): node is t.TSInferType;
export declare function assertTSInferType(node: t.Node | null | undefined): asserts node is t.TSInferType;
//# sourceMappingURL=ts-infer-type.d.ts.map