UNPKG

@ts-kit/lit-framework

Version:
10 lines 245 B
export function Handle(action) { return function (instance, key) { const i = instance; if (!i.handlers) { i.handlers = {}; } i.handlers[action] = i[key]; }; } //# sourceMappingURL=handle.js.map