persona-community-5/.pnpm-store/v3/files/ae/72fa7e25fcd4e32d2e5385ac7c26219427ec4c7c59887e9394d3a1833d777451cbdb9c5ec86445f1c3871539824f8ad897ca7326e2e5cccc652c5db3884eb3
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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