UNPKG

@wcardinal/wcardinal-geditor

Version:

WebGL-based graphic editor, tester and viewer for supervisory systems

11 lines 278 B
export var toLabel = function (label, shortcut) { if (label != null) { if (shortcut != null) { return "".concat(label, " (").concat(shortcut, ")"); } else { return label; } } }; //# sourceMappingURL=to-label.js.map