Type of the unlines draw function: a BaseDraw with unlines.
unlines
At the key unlines you will find a version that draws to a string instead of a NonEmptyArray<string> by joining the rows with newlines.
string
NonEmptyArray<string>
Type of the unlines draw function: a BaseDraw with
unlines.At the key
unlinesyou will find a version that draws to astringinstead of aNonEmptyArray<string>by joining the rows with newlines.