Sha256: cf486ba063ab1e72ced73aa31bbea6fb7211bdb19eb183c4a086d91632cc8178

Contents?: true

Size: 219 Bytes

Versions: 64

Compression:

Stored size: 219 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

64 entries across 29 versions & 8 rubygems

Version Path
condenser-0.0.4 lib/condenser/processors/node_modules/core-js/modules/es7.string.trim-right.js
condenser-0.0.4 lib/condenser/processors/node_modules/core-js/library/modules/es7.string.trim-right.js
dragonfly_puppeteer-0.1.0 node_modules/core-js/library/modules/es7.string.trim-right.js
dragonfly_puppeteer-0.1.0 node_modules/core-js/modules/es7.string.trim-right.js