Takes document and turns it into a string formatted such that lines fit in the give options.printWidth. Optional options.newLine string can be passed to default \n used for line breaks.
options.printWidth
options.newLine
\n
Generated using TypeDoc
Takes document and turns it into a string formatted such that lines fit in the give
options.printWidth
. Optionaloptions.newLine
string can be passed to default\n
used for line breaks.