StorageType
Identifies the native storage strategies accepted by createNativeStore.
Table of contents
Category
Value
Import
jsimport { StorageType } from "valyrian.js/native-store";Public signature
tsenum StorageTypeAPI form
StorageType selects the browser or server storage lifetime used by createNativeStore(...).
Members
tsStorageType.Session = "session"
StorageType.Local = "local"