diff --git a/src/types.ts b/src/types.ts index 66da4b23..424b6840 100644 --- a/src/types.ts +++ b/src/types.ts @@ -33,7 +33,10 @@ export interface Driver { commonOptions?: TransactionOptions ) => MaybePromise<{ key: string; value: StorageValue }[]>; /** @experimental */ - getItemRaw?: (key: string, opts?: TransactionOptions) => MaybePromise; + getItemRaw?: ( + key: string, + opts?: TransactionOptions + ) => MaybePromise; setItem?: ( key: string, value: string,