npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

newline-remove

1.0.2

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:343
$ npm install newline-remove
DailyWeeklyMonthlyYearly

newline-remove

NPM version build status Test coverage Downloads

Strip all newlines from the given string. Supports linux, osx and windows line endings.

Installation

$ npm i --save newline-remove

Overview

var removeNewline = require('newline-remove');

removeNewline('foo\n bar\n');
// => 'foo bar'

License

MIT © yoshuawuyts