newline

0.0.3 • Public • Published

newline Build Status

Install

Install with npm

npm install --save newline

Usage

// Detects the line ending used in the string source and returns "CR", "LF" or "CRLF"
newline.detect(source);
 
var newSource = newline.set(source, "LF"); // Sets the source to the specified line endings

Readme

Keywords

none

Package Sidebar

Install

npm i newline

Weekly Downloads

7,356

Version

0.0.3

License

Artistic-2.0

Last publish

Collaborators

  • danielchatfield