Skip to content

Commit

Permalink
Merge pull request #241 from mrexodia/patch-1
Browse files Browse the repository at this point in the history
Make syncTabs optional
  • Loading branch information
joshnuss authored Feb 8, 2024
2 parents c645f71 + c80e40d commit b1a017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type StorageType = 'local' | 'session'
export interface Options<T> {
serializer?: Serializer<T>
storage?: StorageType,
syncTabs: boolean,
syncTabs?: boolean,
onError?: (e: unknown) => void
}

Expand Down

0 comments on commit b1a017f

Please sign in to comment.