%PDF- %PDF-
Direktori : /proc/self/root/var/www/html/node_modules/string.prototype.matchall/ |
Current File : //proc/self/root/var/www/html/node_modules/string.prototype.matchall/polyfill.js |
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { if (String.prototype.matchAll) { try { ''.matchAll(RegExp.prototype); } catch (e) { return String.prototype.matchAll; } } return implementation; };