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 4965f5c commit cbfe6d2Copy full SHA for cbfe6d2
src/optic/streams/fileStream/mod.ts
@@ -0,0 +1,7 @@
1
+// Copyright 2020-2024 the optic authors. All rights reserved. MIT license.
2
+export { FileStream } from "./fileStream.ts";
3
+export type { LogFileInitStrategy } from "./types.ts";
4
+export { DateTimeRotationStrategy } from "./dateTimeRotationStrategy.ts";
5
+export { FileSizeRotationStrategy } from "./fileSizeRotationStrategy.ts";
6
+export { of } from "./retentionPolicy.ts";
7
+export { every } from "./rotationStrategy.ts";
0 commit comments