A Shanzhai input which reads a single value from a keyed store.
Provide an instance of KeyedStoreGetInput
as an input to a Step
to
provide a particular key's value to it.
new ExampleStep(
new KeyedStoreGetInput(
aKeyedStoreFromWhichToRetrieveASpecificKeysValue,
`Example Key To Retrieve`
)
);
This package has no runtime dependencies.
This package has no runtime peer dependencies (it does not expect any other packages to be installed alongside itself).