(onFinally?: () => U | PromiseLike<U>)
| 35 | | null |
| 36 | ): DexiePromise<T | TResult>; |
| 37 | finally<U>(onFinally?: () => U | PromiseLike<U>): DexiePromise<T>; |
| 38 | timeout(ms: number, msg?: string): DexiePromise<T>; |
| 39 | _state: null | true | false; |
| 40 | _lib?: boolean; |
no outgoing calls
no test coverage detected