We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a867128 commit 241cb47Copy full SHA for 241cb47
src/logging/mod.ts
@@ -1,5 +1,9 @@
1
+import Logger from './logger.ts';
2
+import { LoggerOptions } from './logger_options.ts';
3
import { StdOutFunctionType } from './std_out_function_type.ts';
4
5
export type {
- StdOutFunctionType
6
+ StdOutFunctionType,
7
+ LoggerOptions,
8
+ Logger
9
}
0 commit comments