Home
last modified time | relevance | path

Searched refs:TSIntersectionType (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1047 export interface TSIntersectionType extends Node { interface
1560 | TSIntersectionType
1953 export function TSIntersectionType(types: TSType[]): TSIntersectionType;
2304 …n isTSIntersectionType(node: object | null | undefined, opts?: object): node is TSIntersectionType;
2830 ): asserts node is TSIntersectionType;