UNPKG

@duckdb/duckdb-wasm

Version:
13 lines (12 loc) 579 B
export * from '../bindings'; export * from '../log'; export * from '../platform'; export * from '../status'; export * from '../version'; export { DuckDBDataProtocol } from '../bindings/runtime'; export { DEFAULT_RUNTIME } from '../bindings/runtime'; export { BROWSER_RUNTIME } from '../bindings/runtime_browser'; import { Logger } from '../log'; import { DuckDBRuntime, DuckDBBindings } from '../bindings'; import { DuckDBBundles } from '../platform'; export declare function createDuckDB(bundles: DuckDBBundles, logger: Logger, runtime: DuckDBRuntime): Promise<DuckDBBindings>;