Looking for a solution to determine the weekend days per culture code in Typescript/Javascript? While most countries have weekends on Sat-Sun, there are exceptions like Mexico (only Sunday) and some middle-eastern countries (Fri-Sat). It would be helpful to identify the start and end day of the weekend per culture. Unfortunately, moment.js doesn't offer this functionality and the business-days library, based on moment, is more geared towards Sat-Sun weekends.