0.1.0 • Published 9 years ago

newlines v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

#newlines

Create a string with as many newlines as you'd like.

npm i newlines

and then

var newlines = require('newlines');

so you can

newlines(12)

which will create the following string:

\n\n\n\n\n\n\n\n\n\n\n\n

0.1.0

9 years ago