UNPKG

262 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.isElectronBased = isElectronBased;
7
8function isElectronBased(framework) {
9 return framework.name === "electron";
10}
11// __ts-babel@6.0.4
12//# sourceMappingURL=Framework.js.map
\No newline at end of file