UNPKG

@capacitor-community/sqlite

Version:

Community plugin for native & electron SQLite databases

5 lines (4 loc) 173 B
import type { CapacitorSQLitePlugin } from './definitions'; declare const CapacitorSQLite: CapacitorSQLitePlugin; export { CapacitorSQLite }; export * from './definitions';