package.lib.utils.__mocks__.platformUtil.js Maven / Gradle / Ivy
The newest version!
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isPlatformMac = isPlatformMac;
function isPlatformMac() {
return true;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy