Skip to content

Latest commit

 

History

History

constant-input

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@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