Package: effect
Module: FiberRefsPatch
Combines this patch and the specified patch to create a new patch that describes applying the changes from this patch and the specified patch sequentially.
Signature
declare const combine: { (that: FiberRefsPatch): (self: FiberRefsPatch) => FiberRefsPatch; (self: FiberRefsPatch, that: FiberRefsPatch): FiberRefsPatch; }
Since v2.0.0