UNPKG

zarbis

Version:

Configuration-less build tool

6 lines (3 loc) 156 B
var userAgent = require('../internals/engine-user-agent'); var webkit = userAgent.match(/AppleWebKit\/(\d+)\./); module.exports = !!webkit && +webkit[1];