0.0.10 • Published 2 years ago

@shanzhai/constant-input v0.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

@shanzhai/constant-input Continuous Integration License FOSSA Status Renovate enabled npm npm type definitions

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).

License

FOSSA Status