Skip to content

Commit

Permalink
fix: add set in cbTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Feb 14, 2025
1 parent 98542e9 commit abe9a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export type DatabaseType =
const cbDb: CBDBType= {
init: () => {},
flush: () => {},
set: () => {},
get: () => {},
remove: () => {},
findKeys: () => {},
Expand Down

0 comments on commit abe9a62

Please sign in to comment.