Skip to content

Commit 241cb47

Browse files
committed
Update mod.ts
1 parent a867128 commit 241cb47

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/logging/mod.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
import Logger from './logger.ts';
2+
import { LoggerOptions } from './logger_options.ts';
13
import { StdOutFunctionType } from './std_out_function_type.ts';
24

35
export type {
4-
StdOutFunctionType
6+
StdOutFunctionType,
7+
LoggerOptions,
8+
Logger
59
}

0 commit comments

Comments
 (0)