This commit is contained in:
2026-03-08 08:32:12 +01:00
parent 9e922be199
commit c7f2f22b32
38 changed files with 222 additions and 445 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
import type { BunSQLiteConfigReturn } from "../types";
export default function init(): BunSQLiteConfigReturn;
import type { NSQLiteConfigReturn } from "../types";
export default function init(): NSQLiteConfigReturn;