feat: init
This commit is contained in:
9
node_modules/unenv/dist/runtime/node/sqlite.mjs
generated
vendored
Normal file
9
node_modules/unenv/dist/runtime/node/sqlite.mjs
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { notImplementedClass } from "../_internal/utils.mjs";
|
||||
export const DatabaseSync = /* @__PURE__ */ notImplementedClass("sqlite.DatabaseSync");
|
||||
export const StatementSync = /* @__PURE__ */ notImplementedClass("sqlite.StatementSync");
|
||||
export const constants = {};
|
||||
export default {
|
||||
DatabaseSync,
|
||||
StatementSync,
|
||||
constants
|
||||
};
|
||||
Reference in New Issue
Block a user