github-pages-deploy-action/node_modules/core-js-pure/internals/string-pad-webkit-bug.js
2020-03-06 22:45:40 -05:00

6 lines
247 B
JavaScript

// https://github.com/zloirock/core-js/issues/280
var userAgent = require('../internals/engine-user-agent');
// eslint-disable-next-line unicorn/no-unsafe-regex
module.exports = /Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(userAgent);