Urara-Blog/node_modules/.pnpm-store/v3/files/9a/0eb18058afbe5e2427018a6af46cb27ef588a625fc3057d29a92d6c7ba689354c6e597d7f37af01e44f2292334a1dbb66cc030c6739f16f419abe16a4cb001
2022-08-14 01:14:53 +08:00

6 lines
256 B
Text

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;
};