Interface ILocalStorageWritableOptions<T>

Type Parameters

  • T

Hierarchy

  • ILocalStorageWritableOptions

Properties

fromJSON?: IFromJSON<T>
setInitial?: boolean
toJSON?: IToJSON<T>

Generated using TypeDoc