'use strict' function convertType(v,t) { if (Array.isArray(t)) { var r = v; if (t.length !== 0) { if (Array.isArray(v)) { r = []; for(var i=0;i