Typescript array – need to remove all nested arrays that do not have defaultBranch: object
I am using the Azure DevOps Extension api to create an array of all of my repositories in ADO. This results in an array with several nested arrays. Some of these nested arrays do not have a defaultBranch object because the repositories are empty. I would like to remove any nested arrays that are missing… Read More Typescript array – need to remove all nested arrays that do not have defaultBranch: object