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