# Functions
Apply a pipeline process to the given bundle.
ChainProcessor assign the chain object processor.
FileProcessor assign the file object processor.
InputReader defines the input reader used to retrieve the bundle content.
KVProcessor assign the KV object processor.
OutputDisabled assign the value to disableOutput option.
OutputWriter defines where the bundle will be written after process execution.
PackageProcessor assign the package object processor.
Run a processor.
# Interfaces
Context defines tree processing context.
# Type aliases
ChainProcessorFunc describes a secret chain object processor contract.
FileProcessorFunc describes a file object processor contract.
KVProcessorFunc describes a kv object processor contract.
Option represents option function.
PackageProcessorFunc describes a package object processor contract.
Processor declares a bundle processor contract.