of
fun of(channels: Map<String, OutputChannel<String>>, warnings: OutputChannel<Warning> = OutputChannel.warn()): OutputStore
Creates an OutputStore out of channels, using the STDOUT/STDERR-aliased ones (or the platform defaults if absent) as stdOut/stdErr, and warnings (defaulting to OutputChannel.warn) as the warnings channel.