0.0.2 • Published 2 years ago

@shanzhai/concatenate-object-values-input v0.0.2

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

@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