Creates a DefaultLinkStrategy — a strategy for linking transfers.
The link strategy provides:
link(lhs, rhs, options?)
const linkStrategy = createDefaultLinkStrategy();linkStrategy.link(source, target); Copy
const linkStrategy = createDefaultLinkStrategy();linkStrategy.link(source, target);
Creates a DefaultLinkStrategy — a strategy for linking transfers.
The link strategy provides:
link(lhs, rhs, options?)— directly links an output transfer to an input transfer