ujjwalguptaofficial / JsStore

Simplifying IndexedDB with SQL like syntax and promises
http://jsstore.net/
MIT License
858 stars 110 forks source link

fix typescript select-order typing issues #275

Closed yusa-imit closed 2 years ago

yusa-imit commented 2 years ago

Typescript typing issues fixed.

desc

In typescript, cannot use array in select.order query because of typing issues.

changed

SUMMARY: ✔ 438 tests completed

yusa-imit commented 2 years ago

Close PR due to better solution.