linwenling
2023-07-25 7ca95d0b01940011b16f03683e59ab4f18fff4e0
1
2
3
4
// https://github.com/zloirock/core-js/issues/280
var userAgent = require('../internals/engine-user-agent');
 
module.exports = /Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(userAgent);