UNPKG

decentralized-internet

Version:

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

1 lines 170 B
import{randomObjectId}from"@ecomplus/utils";export default(t,a,[e=!0])=>(t.data={_id:randomObjectId(),items:[],subtotal:0},a.emit("reset",{data:t.data}),e&&t.save(!1),t);