UNPKG

@minimaltech/electron-infra

Version:

Minimal Technology ElectronJS Infrastructure

9 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AbstractMenuFactory = void 0; const node_infra_1 = require("@minimaltech/node-infra"); // -------------------------------------------------------------------------------- class AbstractMenuFactory extends node_infra_1.BaseService { } exports.AbstractMenuFactory = AbstractMenuFactory; //# sourceMappingURL=menu-factory.service.js.map