Skip to content

Commit 4513f1d

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/logging/mod.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import { StdOutFunctionType } from './std_out_function_type.ts';
44

55
export type {
66
StdOutFunctionType,
7-
LoggerOptions,
7+
LoggerOptions
8+
}
9+
10+
export {
811
Logger
912
}

0 commit comments

Comments
 (0)