0.0.1 • Published 13 years ago
wordwrap-component v0.0.1
wordwrap
wordwrap
Installation
$ component install yields/wordwrapAPI
wordwrap(str, max, eol)
wordwrap('Hello, World!', 5, '\n');
// > 'Hello\n, Wor\nld!'wordwrap(str, max)
wordwrap('Hello, World!', 5);
// > 'Hello\n, Wor\nld!'Tests
# make testLicense
MIT
0.0.1
13 years ago