"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAllActionsForTest = void 0;
var core_1 = require("../core");
function getAllActionsForTest(ayanami) {
return core_1.combineWithIkari(ayanami).triggerActions;
}
exports.getAllActionsForTest = getAllActionsForTest;