node-strip-eof

strip CR and LF characters from a string/buffer
  https://github.com/sindresorhus/strip-eof
  0
  no reviews



Strips CR and LF characters (i.e., it strips them away, if the string ends with LR, CR, or CRLR, but not more if there's more of those characters).

Node.js is an event-based server-side JavaScript engine.