github-pages-deploy-action/node_modules/core-js-pure/internals/string-pad-webkit-bug.js

6 lines
247 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
// 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);