First Commit. Based off bun-sqlite
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
type Params = {
|
||||
tableName: string;
|
||||
};
|
||||
export default function showEntries({ tableName }: Params): Promise<"__exit__" | undefined>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user