UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

1 lines 226 B
import fixSubtotal from"./../lib/fix-subtotal";export default(t,a,[e=!0])=>{const{data:o,storageKey:i,localStorage:r}=t;return e&&fixSubtotal(o),"object"==typeof r&&r&&r.setItem(i,JSON.stringify(o)),a.emit("save",{data:o}),t};