thedesk/app/node_modules/app-builder-lib/out/Framework.js

12 lines
262 B
JavaScript
Raw Normal View History

2019-09-13 00:38:13 +10:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isElectronBased = isElectronBased;
function isElectronBased(framework) {
return framework.name === "electron";
}
// __ts-babel@6.0.4
//# sourceMappingURL=Framework.js.map