UNPKG

hk-bus-eta-skpracta

Version:

Query the ETA (Estimated Time of Arrival) of HK Bus/Minibus/MTR/Lightrail (skpracta flavored)

16 lines 476 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSafari = void 0; exports.isSafari = (() => { try { return Boolean(navigator && navigator.userAgent && navigator.userAgent.includes("Safari/") && !(navigator.userAgent.includes("Chrome/") || navigator.userAgent.includes("Chromium/"))); } catch (_a) { return false; } })(); //# sourceMappingURL=utils.js.map