in ts/src/client.ts [87:91]
static append(array: any, item: any): void { if (null !== array && Array.isArray(array)) { array.push(item); } }