UNPKG

ayanami

Version:
9 lines (8 loc) 305 B
"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;