UNPKG

scramjet-core

Version:

A pluggable minimal version of Scramjet that focuses only on stream transform and exposes only core features

4 lines (3 loc) 92 B
exports.cutcr = function(string) { return ( string || '' ).split( /\r|\r?\n/ ).shift(); };