mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:39:29 +08:00
3 lines
No EOL
191 B
Text
3 lines
No EOL
191 B
Text
import * as ts from 'typescript';
|
|
export declare function getTypeArguments(type: ts.TypeReference, checker: ts.TypeChecker): readonly ts.Type[];
|
|
//# sourceMappingURL=getTypeArguments.d.ts.map |