UNPKG

sql-wasm

Version:

SQLite compiled to WebAssembly through Emscripten.

7 lines (6 loc) 189 B
import { SQLWasm } from "./sql.js/typings"; export * from "./sql.js/typings"; declare const _default: ({ wasmUrl }?: { wasmUrl: string; }) => Promise<SQLWasm>; export default _default;