1// Definitions copied from `@types/websql` as we want 2// to expose a custom version of the API that: 3// - uses primitive `string` instead of `String` 4// - excludes some methods that are not exposed by our API. 5// 6// Original definitions by: TeamworkGuy2 <https://github.com/TeamworkGuy2> 7export {}; 8//# sourceMappingURL=SQLite.types.js.map