Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tsutils / typeguard / 3.0 / type.d.ts
1 export * from '../2.9/type';
2 import * as ts from 'typescript';
3 export declare function isTupleType(type: ts.Type): type is ts.TupleType;
4 export declare function isTupleTypeReference(type: ts.Type): type is ts.TypeReference & {
5     target: ts.TupleType;
6 };