Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return implementation;
};