UNPKG

faster-babel-types

Version:
5 lines 405 B
import type * as t from '@babel/types'; export declare function tsIntersectionType(types: t.TSType[]): t.TSIntersectionType; export declare function isTSIntersectionType(node: t.Node | null | undefined): node is t.TSIntersectionType; export declare function assertTSIntersectionType(node: t.Node | null | undefined): asserts node is t.TSIntersectionType; //# sourceMappingURL=ts-intersection-type.d.ts.map