class StubLib { public getCards(): Card[] { const NOUNOURS_LIST : Card[] = [ new Card("Chewie"), new Card("Rupert"), new Card("Ronflex"), ] return NOUNOURS_LIST } }