DIR: /proc/1991111/cwd/usr/share/nodejs/@webassemblyjs/node_modules/array.prototype.flatmap/ |
Current File : //proc/1991111/cwd/usr/share/nodejs/@webassemblyjs/node_modules/array.prototype.flatmap/polyfill.js |
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return Array.prototype.flatMap || implementation; }; |