@nowarajs/logger
Version:
Type-safe logging library for Bun with advanced TypeScript body intersection, modular strategy pattern, transform streams, and immutable API design.
7 lines (6 loc) • 342 B
TypeScript
export type { BodiesIntersection } from './bodiesIntersection.ts';
export type { LoggerStrategy } from './loggerStrategy.ts';
export type { LogLevels } from './logLevels.ts';
export type { LogStreamChunk } from './logStreamChunk.ts';
export type { StrategyBody } from './strategyBody.ts';
export type { StrategyMap } from './strategyMap.ts';