UNPKG

@tanstack/persister

Version:

Utilities for persisting state to local storage, session storage, indexedDB, and more.

10 lines (9 loc) 143 B
class AsyncPersister { constructor(key) { this.key = key; } } export { AsyncPersister }; //# sourceMappingURL=async-persister.js.map