@nteract/mythic-notifications
Version:
A notification system based on blueprintjs toasters and the myths redux framework
8 lines • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeSystem = void 0;
const package_1 = require("../package");
exports.initializeSystem = package_1.notifications.createMyth("initializeSystem")({
reduce: (state, action) => state.set("current", action.payload)
});
//# sourceMappingURL=initialize-system.js.map