Package Exports
- newline
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (newline) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
newline 
Install
Install with npm
npm install --save newlineUsage
// 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