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