/**
* The log-stream library used by Storm Software for building NodeJS applications.
*
* @remarks
* A package containing a Storm Stack log adapter to write logs to a stream
*
* @packageDocumentation
*/export * from"./formatter";
export * from"./sink";
export * from"./types";