UNPKG

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

Version:

Port of menzi11/BullshitGenerator@github.com to JavaScript

8 lines (7 loc) 275 B
"use strict"; 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"; };