UNPKG

storable-state

Version:

State management library that integrates with localStorage

4 lines (3 loc) 102 B
export const deserialize = (serializedValue) => { return eval('(' + serializedValue + ')'); };