Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.72 KB

File metadata and controls

31 lines (20 loc) · 1.72 KB

@shanzhai/concatenate-object-values-input Continuous Integration License FOSSA Status Renovate enabled npm npm type definitions

A Shanzhai input which concatenates the (string) values of an object returned by another input.

Example

The following two examples are equivalent:

new ConcatenateObjectValuesInput(
  new ConstantInput({
    keyA: `ValueA`,
    keyB: `ValueB`,
    keyC: `ValueC`,
  })
);

new ConstantInput(`ValueAValueBValueC`);

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