Skip to main content
Module

x/rimbu/reactor/mod.ts>Reactor.enhancer

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function Reactor.enhancer
import { Reactor } from "https://deno.land/x/rimbu@1.0.5/reactor/mod.ts";
const { enhancer } = Reactor;

Type Parameters

S
A extends Actor.Base<S> & Actor.Dispatch<D>
D extends (...args: any[]) => any

Parameters

actor: A & Actor.Base<S>