????

Your IP : 3.147.77.120


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/string.prototype.trimend/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/string.prototype.trimend/shim.js

'use strict';

var define = require('define-properties');
var getPolyfill = require('./polyfill');

module.exports = function shimTrimEnd() {
	var polyfill = getPolyfill();
	define(
		String.prototype,
		{ trimEnd: polyfill },
		{ trimEnd: function () { return String.prototype.trimEnd !== polyfill; } }
	);
	return polyfill;
};