0.0.10 • Published 4 years ago
@shanzhai/constant-input v0.0.10
@shanzhai/constant-input

A Shanzhai input which provides a constant input to a build step.
Usage
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`)
);Dependencies
This package has no runtime dependencies.
Peer Dependencies
This package has no runtime peer dependencies (it does not expect any other packages to be installed alongside itself).