package.internals.string-pad-webkit-bug.js Maven / Gradle / Ivy
The newest version!
'use strict';
// https://github.com/zloirock/core-js/issues/280
var userAgent = require('../internals/environment-user-agent');
module.exports = /Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(userAgent);
© 2015 - 2024 Weber Informatics LLC | Privacy Policy