UNPKG

string-first-line

Version:
6 lines (4 loc) 112 B
require('string-lines') String.prototype.__defineGetter__('firstLine', function () { return this.lines[0] })