Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 10a3097

Browse files
committed
fixing promise
1 parent c559c0d commit 10a3097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/ydn.db-1.0.ts

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ declare module ydn.db
204204
put(store_name: string, value: any) : Request;
205205
put(store_name: string, value: any[]) : Request;
206206

207+
remove(store_name: string, id_or_key_range: any) : Request;
207208
remove(store_name: string, index_name: string, id_or_key_range: any) : Request;
208209
clear(store_name: string, key_or_key_range: any) : Request;
209210

0 commit comments

Comments
 (0)