0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-20 12:22:52 -05:00
denoland-deno/ext/node/polyfills/sqlite.ts

9 lines
163 B
TypeScript

// Copyright 2018-2025 the Deno authors. MIT license.
import { DatabaseSync } from "ext:core/ops";
export { DatabaseSync };
export default {
DatabaseSync,
};