Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 271 Bytes

readme-content.md

File metadata and controls

12 lines (9 loc) · 271 Bytes

Usage

Provide an instance of UnkeyedStoreSetOutput as an output to a Step and when that Step outputs a value, it will pass it onto its given UnkeyedStore.

For example:

new ExampleStep(
  new UnkeyedStoreSetOutput(anExampleUnkeyedStore)
);