UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

11 lines (9 loc) 235 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); }