in ts/src/client.ts [25:30]
static index(raw: string[], str: string): number { if (null === raw || typeof (raw) === 'undefined') { throw new Error('not a valid value for parameter') } return raw.indexOf(str); }