.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tsutils / typeguard / 2.8 / type.d.ts
1 import * as ts from 'typescript';\r
2 export declare function isConditionalType(type: ts.Type): type is ts.ConditionalType;\r
3 export declare function isEnumType(type: ts.Type): type is ts.EnumType;\r
4 export declare function isGenericType(type: ts.Type): type is ts.GenericType;\r
5 export declare function isIndexedAccessType(type: ts.Type): type is ts.IndexedAccessType;\r
6 export declare function isIndexedAccessype(type: ts.Type): type is ts.IndexType;\r
7 export declare function isInstantiableType(type: ts.Type): type is ts.InstantiableType;\r
8 export declare function isInterfaceType(type: ts.Type): type is ts.InterfaceType;\r
9 export declare function isIntersectionType(type: ts.Type): type is ts.IntersectionType;\r
10 export declare function isLiteralType(type: ts.Type): type is ts.LiteralType;\r
11 export declare function isObjectType(type: ts.Type): type is ts.ObjectType;\r
12 export declare function isSubstitutionType(type: ts.Type): type is ts.SubstitutionType;\r
13 export declare function isTypeParameter(type: ts.Type): type is ts.TypeParameter;\r
14 export declare function isTypeReference(type: ts.Type): type is ts.TypeReference;\r
15 export declare function isTypeVariable(type: ts.Type): type is ts.TypeParameter | ts.IndexedAccessType;\r
16 export declare function isUnionOrIntersectionType(type: ts.Type): type is ts.UnionOrIntersectionType;\r
17 export declare function isUnionType(type: ts.Type): type is ts.UnionType;\r
18 export declare function isUniqueESSymbolType(type: ts.Type): type is ts.UniqueESSymbolType;\r