| 12345678 |
- "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
|