UNPKG

@lwys-pkg-releaser/node-bullshit-generator

Version:

Port of menzi11/BullshitGenerator@github.com to JavaScript

7 lines (6 loc) 275 B
module.exports = function newline(orig) { // From the original code we see that when the generator runs into a $ // and the paragraph is getting long, it finishes the paragraph. // This makes the generator make a new line for us. return orig + "\n"; };