printer
Printerβ
Implementsβ
IPrinter
Constructorsβ
new Printer()β
new Printer(): Printer
Returnsβ
Propertiesβ
optionsβ
static options: Readonly<Maybe<PrintTypeOptions>>;
Defined inβ
printer.ts:67
printCustomDirectives()β
readonly static printCustomDirectives: (type, options) => string;
Parametersβ
typeβ
unknown
optionsβ
PrintTypeOptions
Returnsβ
string
Defined inβ
printer.ts:71
printCustomTags()β
readonly static printCustomTags: (type, options) => string | MDXString;
Parametersβ
typeβ
unknown
optionsβ
PrintTypeOptions
Returnsβ
string
| MDXString
Defined inβ
printer.ts:73
printDescription()β
readonly static printDescription: (type, options?, noText?) => string | MDXString;
Parametersβ
typeβ
unknown
options?β
PrintTypeOptions
noText?β
string