UNPKG

262 BTypeScriptView Raw
1export * from '../2.9/type';
2import * as ts from 'typescript';
3export declare function isTupleType(type: ts.Type): type is ts.TupleType;
4export declare function isTupleTypeReference(type: ts.Type): type is ts.TypeReference & {
5 target: ts.TupleType;
6};