Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts709 export interface TupleTypeAnnotation extends Node { interface
1484 | TupleTypeAnnotation
1514 | TupleTypeAnnotation
1830 export function tupleTypeAnnotation(types?: FlowTypeAnnotation[]): TupleTypeAnnotation;
2152 …isTupleTypeAnnotation(node: object | null | undefined, opts?: object): node is TupleTypeAnnotation;
2614 ): asserts node is TupleTypeAnnotation;