📄 polyfill.js
/home/palash/git/site/node_modules/array.prototype.flatmap/polyfill.js
Language: js • Lines: 7
'use strict';

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

module.exports = function getPolyfill() {
	return Array.prototype.flatMap || implementation;
};