Sha256: 9137912ba405be18ec1efbf454c397efe156adfd0610f7344716aa75117455af

Contents?: true

Size: 337 Bytes

Versions: 70

Compression:

Stored size: 337 Bytes

Contents

'use strict';

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

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

Version data entries

70 entries across 69 versions & 7 rubygems

Version Path
immosquare-cleaner-0.1.68 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.67 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.66 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.65 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.64 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.63 node_modules/string.prototype.trimstart/shim.js
rapid_stack-0.2.0 templates/frontend/node_modules/string.prototype.trimstart/shim.js
rapid_stack-0.1.1 templates/FrontEnd/node_modules/string.prototype.trimstart/shim.js
rapid_stack-0.1.0 templates/FrontEnd/node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.62 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.61 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.60 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.59 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.58 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.57 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.56 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.55 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.54 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.53 node_modules/string.prototype.trimstart/shim.js
immosquare-cleaner-0.1.52 node_modules/string.prototype.trimstart/shim.js