@shanzhai/constant-input

A Shanzhai input which provides a constant input to a build step.

Usage no npm install needed!

<script type="module">
  import shanzhaiConstantInput from 'https://cdn.skypack.dev/@shanzhai/constant-input';
</script>

README

@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