Buckets:
| ; | |
| var define = require('define-properties'); | |
| var getPolyfill = require('./polyfill'); | |
| module.exports = function shimArrayPrototypeIncludes() { | |
| var polyfill = getPolyfill(); | |
| define( | |
| Array.prototype, | |
| { includes: polyfill }, | |
| { includes: function () { return Array.prototype.includes !== polyfill; } } | |
| ); | |
| return polyfill; | |
| }; | |
Xet Storage Details
- Size:
- 345 Bytes
- Xet hash:
- 50a6c2ffb63fd0be119e7f47c52e7a8e425895bdfac04a3e997fa3c0fa6c5956
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.