4 lines
242 B
TypeScript
4 lines
242 B
TypeScript
![]() |
import './polyfillNextTick';
|
||
|
import { WebSQLDatabase } from './SQLite.types';
|
||
|
export declare function openDatabase(name: string, version?: string, description?: string, size?: number, callback?: (db: WebSQLDatabase) => void): WebSQLDatabase;
|