@idxdb/promised

@idxdb/promised wraps the IndexedDB API. It allows you to easily store and retrieve data in an indexed db database using async/await syntax, making it easier to integrate with your existing codebase.

get-or-throw

A convenience function for adhering to Typescript's noUncheckedIndexedAccess rule