UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

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); }