Skip to content

Commit

Permalink
Fixed tabs v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarfd committed May 27, 2022
1 parent af81bd7 commit 8d4705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keyv/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ declare namespace Keyv {
namespace?: string | undefined;
/** A custom serialization function. */
serialize?: ((data: DeserializedData<Value>) => string | Promise<string>) | undefined;
/** A custom deserialization function. */
/** A custom deserialization function. */
deserialize?: ((data: string) => DeserializedData<Value> | undefined | Promise<DeserializedData<Value> | undefined>) | undefined;
/** The connection string URI. */
uri?: string | undefined;
Expand Down

0 comments on commit 8d4705f

Please sign in to comment.