Skip to content

Commit

Permalink
in case this is an issue:
Browse files Browse the repository at this point in the history
  • Loading branch information
boltex committed Jan 16, 2024
1 parent 39aeebc commit a93ae28
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions sqlite/sql-wasm-debug.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,20 +285,7 @@ declare class StatementIterator implements Iterator<Statement>, Iterable<Stateme
}

declare namespace initSqlJs {
export {
// types
SqlValue,
ParamsObject,
ParamsCallback,
SqlJsConfig,
BindParams,

// interfaces
QueryExecResult,
StatementIteratorResult,
SqlJsStatic,
InitSqlJsStatic,
};
export { SqlValue, ParamsObject, ParamsCallback, SqlJsConfig, BindParams, QueryExecResult, StatementIteratorResult, SqlJsStatic, InitSqlJsStatic };

// classes
type _Database = Database;
Expand Down

0 comments on commit a93ae28

Please sign in to comment.