chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -1,8 +1,2 @@
|
||||
export {
|
||||
MemoryIndexManager,
|
||||
type MemorySearchResult,
|
||||
} from "./manager.js";
|
||||
export {
|
||||
getMemorySearchManager,
|
||||
type MemorySearchManagerResult,
|
||||
} from "./search-manager.js";
|
||||
export { MemoryIndexManager, type MemorySearchResult } from "./manager.js";
|
||||
export { getMemorySearchManager, type MemorySearchManagerResult } from "./search-manager.js";
|
||||
|
||||
Reference in New Issue
Block a user