mirror of
https://github.com/rxliuli/apps.apple.com.git
synced 2025-11-09 23:00:32 +00:00
8 lines
272 B
JavaScript
8 lines
272 B
JavaScript
"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
|