📄 getTypeArguments.d.ts
/home/palash/git/site/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts
Language: ts • Lines: 3
import type * as ts from 'typescript';
export declare function getTypeArguments(type: ts.TypeReference, checker: ts.TypeChecker): readonly ts.Type[];
//# sourceMappingURL=getTypeArguments.d.ts.map