mirror of
https://github.com/kunkunsh/kunkun-ext-sqlite-browser.git
synced 2025-04-03 18:56:44 +00:00
5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
import { expose } from '@kunkun/api/runtime/deno';
|
|
import { SQLiteBrowser } from './dao.ts';
|
|
|
|
expose(new SQLiteBrowser());
|