Export OptunaStorage from tslib/storage

This commit is contained in:
porink0424
2024-05-08 16:30:08 +09:00
parent 5b7321af8c
commit de1d3961fd
+1
View File
@@ -1,2 +1,3 @@
export { JournalFileStorage } from "./journal"
export { SQLite3Storage } from "./sqlite"
export type { OptunaStorage } from "./storage"