caoge c760052ff9 机车状态修改 | hai 8 meses | |
---|---|---|
.. | ||
index.js | hai 8 meses | |
license | hai 8 meses | |
package.json | hai 8 meses | |
readme.md | hai 8 meses |
Detect the dominant newline character of a string
$ npm install --save detect-newline
const detectNewline = require('detect-newline');
detectNewline('foo\nbar\nbaz\r\n');
//=> '\n'
Returns detected newline or null
when no newline character is found.
Returns detected newline or \n
when no newline character is found.
MIT © Sindre Sorhus