TypeScript API Documentation for APPSTREAM-1.0
API Version: 1.0
Library Version: 1.1.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 0.14.0
Splits up a long line into an array of smaller strings, each being no longer than line_len. Words are not split.
line_len
the text to split.
the maximum length of the output line
lines, or null in event of an error
null
0.14.0
Splits up a long line into an array of smaller strings, each being no longer than
line_len. Words are not split.