import { type Combiner } from "https://deno.land/x/easyts@0.1.3/signals/mod.ts";
The combiner is used to obtain the return value of the slot, and to determine whether to continue calling subsequent slots
Properties
optional
before: VoidCallbackCalled before each execution of the combiner
optional
after: VoidCallbackCalled after each execution of the combiner
readonly
optional
value: TRReturns the final return value of the slot after the last signal is generated