{"css":"","js":"function truncate(arr) {\n            let res = JSON.parse(JSON.stringify(arr))\n            return res.splice(0, res.length - 1, 1)\n        }","html":"","libs":[]}