%PDF- %PDF-
Direktori : /var/www/html/node_modules/tsutils/typeguard/3.0/ |
Current File : /var/www/html/node_modules/tsutils/typeguard/3.0/type.d.ts |
export * from '../2.9/type'; import * as ts from 'typescript'; export declare function isTupleType(type: ts.Type): type is ts.TupleType; export declare function isTupleTypeReference(type: ts.Type): type is ts.TypeReference & { target: ts.TupleType; };