UNPKG

@tanstack/persister

Version:

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

18 lines (17 loc) 530 B
import { AsyncPersister } from "./async-persister.js"; import { isPlainArray, isPlainObject, replaceEqualDeep, shallowEqualObjects } from "./compare.js"; import { Persister } from "./persister.js"; import { StoragePersister } from "./storage-persister.js"; import { isFunction, parseFunctionOrValue } from "./utils.js"; export { AsyncPersister, Persister, StoragePersister, isFunction, isPlainArray, isPlainObject, parseFunctionOrValue, replaceEqualDeep, shallowEqualObjects }; //# sourceMappingURL=index.js.map