new(all): isArray function.

This commit is contained in:
Rodrigo Rodriguez 2021-07-31 12:25:38 -03:00
parent 56e475cae8
commit ff635bba43

View file

@ -162,6 +162,7 @@ export class GBVMService extends GBService {
mobile = this.userMobile(step); mobile = this.userMobile(step);
from = mobile; from = mobile;
ubound = function(list){return list.length}; ubound = function(list){return list.length};
isArray = function(list){return Array.isArray(list) };
headers = {}; headers = {};
${code} ${code}