Searched refs:TupleTypeAnnotation (Results 1 – 1 of 1) sorted by relevance
709 export interface TupleTypeAnnotation extends Node { interface1484 | TupleTypeAnnotation1514 | TupleTypeAnnotation1830 export function tupleTypeAnnotation(types?: FlowTypeAnnotation[]): TupleTypeAnnotation;2152 …isTupleTypeAnnotation(node: object | null | undefined, opts?: object): node is TupleTypeAnnotation;2614 ): asserts node is TupleTypeAnnotation;