diff --git a/source/value.ts b/source/value.ts index c923a20..7f93635 100644 --- a/source/value.ts +++ b/source/value.ts @@ -2,7 +2,7 @@ import browser from "webextension-polyfill"; export type StorageArea = browser.Storage.StorageArea; -type ValueOptions = { +export type ValueOptions = { /** A function to convert a string to the type `T`. */ deserialize: (input: string) => T; /** The key to use for storage. */