Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts785 export interface UnionTypeAnnotation extends Node { interface
1496 | UnionTypeAnnotation
1518 | UnionTypeAnnotation
1858 export function unionTypeAnnotation(types?: FlowTypeAnnotation[]): UnionTypeAnnotation;
2177 …isUnionTypeAnnotation(node: object | null | undefined, opts?: object): node is UnionTypeAnnotation;
2657 ): asserts node is UnionTypeAnnotation;