trailing-newline

1.0.0 • Public • Published

trailing-newline Build Status

Check whether a string ends with a newline on Unix or Windows.

Installing

$ npm install trailing-newline

API

trailingNewline(text) -> Boolean

Checks whether the text ends in a newline character (\n or \r\n).

// unix
trailingNewline('Hello world\n') === true;
 
// windows
trailingNewline('Hello world\r\n') === true;

Readme

Keywords

Package Sidebar

Install

npm i trailing-newline

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bendrucker