A Shanzhai input which provides a constant input to a build step.
Construct an instance of ConstantInput
, giving the value to use as a constant
to its constructor.
You will then be able to use that instance as an input to any Step
accepting
an Input
of that value's type.
new ExampleStep(
new ConstantInput(`An Example Value`)
);
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).