UNPKG

@benev/slate

Version:
11 lines 289 B
export function collectivize(state) { return function (collector) { return () => { const s = typeof state === "function" ? state() : state; return collector(s); }; }; } //# sourceMappingURL=collectivize.js.map