📄 string-pad-webkit-bug.js
/home/palash/git/site/node_modules/core-js/internals/string-pad-webkit-bug.js
Language: js • Lines: 5
'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);