Sha256: 586f2c5359ca77066228fd9bfe14e14a31715cc9b81e42632abc8409e788c269
Contents?: true
Size: 215 Bytes
Versions: 320
Compression:
Stored size: 215 Bytes
Contents
'use strict'; // https://github.com/sebmarkbage/ecmascript-string-left-right-trim require('./_string-trim')('trimRight', function($trim){ return function trimRight(){ return $trim(this, 2); }; }, 'trimEnd');
Version data entries
320 entries across 8 versions & 3 rubygems