export class GetSet { constructor(){ } public get thing():string[] { return (['a thing']); } }