this repo has no description
1"use strict"; 2Object.defineProperty(exports, "__esModule", { value: true }); 3exports.menuSeparatorID = void 0; 4/** 5 * A standard identifier for including a separator in a menu. 6 */ 7exports.menuSeparatorID = "com.apple.JetEngine.separator"; 8//# sourceMappingURL=menu.js.map