UNPKG

@dependable/session

Version:

Save and restore @dependable/state to the session storage

5 lines (3 loc) 178 B
type Brand<K, T> = K & { __brand: T }; export type SessionSnapshot = Brand<object, "SessionSnapshot">; export type SessionSnapshotPatch = Brand<object, "SessionSnapshotPatch">;