@s-hiroshi/bks
Version:
Cli bookmarks application
11 lines • 333 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createChoices = void 0;
const createChoices = (choices, actions) => {
actions.forEach((action) => {
choices.unshift(action);
});
return choices;
};
exports.createChoices = createChoices;
//# sourceMappingURL=createChoices.js.map