You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refabricator.between should be changed to only take fabrics as it's arguments.
This enables to not just use static strings for before and after arguments, but any data which can be generated by a fabricator.
Resulting type:
type betweenOps = {before: Types.fabric, after: Types.fabric};
let between: Types.refabricator(betweenOps);
Refabricator.between
should be changed to only take fabrics as it's arguments.This enables to not just use static strings for
before
andafter
arguments, but any data which can be generated by a fabricator.Resulting type:
Also relevant: #28
The text was updated successfully, but these errors were encountered: