Sha256: 2f935c71f48dbb7e56be61505e50c308a8456b654763aef69baec164f5b95bce

Contents?: true

Size: 216 Bytes

Versions: 7

Compression:

Stored size: 216 Bytes

Contents

/*! https://mths.be/includes v2.0.0 by @mathias */

'use strict';

var implementation = require('./implementation');

module.exports = function getPolyfill() {
	return String.prototype.includes || implementation;
};

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
immosquare-cleaner-0.1.51 node_modules/string.prototype.includes/polyfill.js
immosquare-cleaner-0.1.50 node_modules/string.prototype.includes/polyfill.js
immosquare-cleaner-0.1.49 node_modules/string.prototype.includes/polyfill.js
immosquare-cleaner-0.1.48 node_modules/string.prototype.includes/polyfill.js
immosquare-cleaner-0.1.47 node_modules/string.prototype.includes/polyfill.js
immosquare-cleaner-0.1.46 node_modules/string.prototype.includes/polyfill.js
immosquare-cleaner-0.1.45 node_modules/string.prototype.includes/polyfill.js