Sha256: e01cb2674869116b9eff1abe5808b7cc38861e5b4872141b2f8391949508dd65
Contents?: true
Size: 225 Bytes
Versions: 23
Compression:
Stored size: 225 Bytes
Contents
'use strict'; module.exports = string => string.replace(/^[\r\n]+/, '').replace(/[\r\n]+$/, ''); module.exports.start = string => string.replace(/^[\r\n]+/, ''); module.exports.end = string => string.replace(/[\r\n]+$/, '');
Version data entries
23 entries across 23 versions & 1 rubygems