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 241cb47 commit 4513f1dCopy full SHA for 4513f1d
src/logging/mod.ts
@@ -4,6 +4,9 @@ import { StdOutFunctionType } from './std_out_function_type.ts';
4
5
export type {
6
StdOutFunctionType,
7
- LoggerOptions,
+ LoggerOptions
8
+}
9
+
10
+export {
11
Logger
12
}
0 commit comments