export const formate = function(arr){ return JSON.parse('['+ arr.join(',') + ']'); }