in bingo.js [28:32]
export let Bingo = function(bingoId, indigo, lib) { this.id = bingoId; this._lib = lib; this.indigo = indigo; };