UNPKG

@typespec/compiler

Version:

TypeSpec Compiler Preview

7 lines 293 B
import { Enum, Interface, Model, Scalar, Union } from "../../core/types.js"; /** * Get a plausible name for the given type. * @experimental */ export declare function getPlausibleName(type: Model | Union | Enum | Scalar | Interface): string; //# sourceMappingURL=get-plausible-name.d.ts.map