fix(docs):Docs and Exports
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/publish unknown status

- Add documentation for recently released changes
- Update some exports to include enums
This commit is contained in:
2026-08-21 11:45:56 -03:00
parent 2134ba58b8
commit f464fa5017
18 changed files with 1350 additions and 1307 deletions
+13 -3
View File
@@ -11,6 +11,16 @@
* logger.info("started");
* ```
*/
export * from "./logger";
export * from "./sinks/console";
export * from "./types";
export * from './constants';
export * from './logger';
export * from './sinks/console';
export type {
LogLevel,
LoggerEnvironment,
LoggerOptions,
Logger,
LogData,
LogCallOptions,
LogEvent,
LogSink,
} from './types';