UNPKG

rc-select

Version:
10 lines (9 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPlatformMac = isPlatformMac; /* istanbul ignore file */ function isPlatformMac() { return /(mac\sos|macintosh)/i.test(navigator.appVersion); }