Skip to content

Latest commit

 

History

History

concatenate-object-values-input

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@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