mirror of
https://github.com/denoland/deno.git
synced 2025-02-23 13:43:31 -05:00
10 lines
163 B
TypeScript
10 lines
163 B
TypeScript
![]() |
// Copyright 2018-2025 the Deno authors. MIT license.
|
||
|
|
||
|
import { DatabaseSync } from "ext:core/ops";
|
||
|
|
||
|
export { DatabaseSync };
|
||
|
|
||
|
export default {
|
||
|
DatabaseSync,
|
||
|
};
|