| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/tsutils/typeguard/2.8/ |
Upload File : |
import * as ts from 'typescript'; export declare function isConditionalType(type: ts.Type): type is ts.ConditionalType; export declare function isEnumType(type: ts.Type): type is ts.EnumType; export declare function isGenericType(type: ts.Type): type is ts.GenericType; export declare function isIndexedAccessType(type: ts.Type): type is ts.IndexedAccessType; export declare function isIndexedAccessype(type: ts.Type): type is ts.IndexType; export declare function isInstantiableType(type: ts.Type): type is ts.InstantiableType; export declare function isInterfaceType(type: ts.Type): type is ts.InterfaceType; export declare function isIntersectionType(type: ts.Type): type is ts.IntersectionType; export declare function isLiteralType(type: ts.Type): type is ts.LiteralType; export declare function isObjectType(type: ts.Type): type is ts.ObjectType; export declare function isSubstitutionType(type: ts.Type): type is ts.SubstitutionType; export declare function isTypeParameter(type: ts.Type): type is ts.TypeParameter; export declare function isTypeReference(type: ts.Type): type is ts.TypeReference; export declare function isTypeVariable(type: ts.Type): type is ts.TypeParameter | ts.IndexedAccessType; export declare function isUnionOrIntersectionType(type: ts.Type): type is ts.UnionOrIntersectionType; export declare function isUnionType(type: ts.Type): type is ts.UnionType; export declare function isUniqueESSymbolType(type: ts.Type): type is ts.UniqueESSymbolType;