UNPKG

@minimaltech/electron-infra

Version:

Minimal Technology ElectronJS Infrastructure

9 lines 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BindingKeys = void 0; const core_1 = require("@minimaltech/node-infra/@lb/core"); class BindingKeys { } exports.BindingKeys = BindingKeys; BindingKeys.EXPOSE_METHOD_KEY = core_1.BindingKey.create('@app:expose-api:methods'); //# sourceMappingURL=keys.js.map