astro-ghostcms/.pnpm-store/v3/files/ae/72fa7e25fcd4e32d2e5385ac7c2...

6 lines
252 B
Plaintext

import type * as ts from 'typescript';
/**
* @deprecated This is in TypeScript as of 3.7.
*/
export declare function getTypeArguments(type: ts.TypeReference, checker: ts.TypeChecker): readonly ts.Type[];
//# sourceMappingURL=getTypeArguments.d.ts.map