UNPKG

463 BTypeScriptView Raw
1import * as ts from 'typescript';
2import { PluginOptions } from '../merge-options';
3export declare function typeReferenceToIdentifier(typeReferenceDescriptor: {
4 typeName: string;
5 isArray?: boolean;
6 arrayDepth?: number;
7}, hostFilename: string, options: PluginOptions, factory: ts.NodeFactory, type: ts.Type, typeImports: Record<string, string>, importsToAdd: Set<string>): ts.Identifier;
8//# sourceMappingURL=type-reference-to-identifier.util.d.ts.map
\No newline at end of file