UNPKG

ut-tools

Version:

Build and Release management automation package.

8 lines (5 loc) 188 B
'use strict'; // https://262.ecma-international.org/5.1/#sec-7.3 module.exports = function isLineTerminator(c) { return c === '\n' || c === '\r' || c === '\u2028' || c === '\u2029'; };