first commit
This commit is contained in:
10
frontend/node_modules/rc-select/lib/utils/platformUtil.js
generated
vendored
Normal file
10
frontend/node_modules/rc-select/lib/utils/platformUtil.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.isPlatformMac = isPlatformMac;
|
||||
/* istanbul ignore file */
|
||||
function isPlatformMac() {
|
||||
return /(mac\sos|macintosh)/i.test(navigator.appVersion);
|
||||
}
|
||||
Reference in New Issue
Block a user