next: function()

in quick-start/typescript/RedshiftDataAPI.js [42:45]


        next: function () {
            if (o && i >= o.length) o = void 0;
            return { value: o && o[i++], done: !o };
        }