🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
nodevenv
/
Job-Portal
/
20
/
lib
/
node_modules
/
array.prototype.flatmap
✏️
Editing: shim.js
'use strict'; var define = require('define-properties'); var shimUnscopables = require('es-shim-unscopables'); var getPolyfill = require('./polyfill'); module.exports = function shimFlatMap() { var polyfill = getPolyfill(); define( Array.prototype, { flatMap: polyfill }, { flatMap: function () { return Array.prototype.flatMap !== polyfill; } } ); shimUnscopables('flatMap'); return polyfill; };
💾 Save Changes
❌ Cancel