@shanzhai/concatenate-object-values-input
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @shanzhai/concatenate-object-values-input

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

4.78 kB

Total Files

5

Last publish

Collaborators

  • jameswilddev