UNPKG

mirrorx-persist

Version:

A React framework with minimal API and zero boilerplate.

12 lines (10 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var effects = exports.effects = {}; var addEffect = exports.addEffect = function addEffect(effects) { return function (name, handler) { effects[name] = handler; }; };