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

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

module.exports = function getPolyfill() {
	return implementation;
};