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