TYPESCRIPT polyfill.d.ts
import implementation = require('./implementation');
/**
* Gets the most compliant `Function.prototype.name` getter implementation to use.
*/
declare function getPolyfill(): typeof implementation;
export = getPolyfill;
import implementation = require('./implementation');
/**
* Gets the most compliant `Function.prototype.name` getter implementation to use.
*/
declare function getPolyfill(): typeof implementation;
export = getPolyfill;