anhtn.dev

Results 4 comments of anhtn.dev

Hello everybody. I had that error in ubuntu. After i install format-clang. I fixed it by: open terminal, and install: sudo apt install clang-format hope that may usefully, thanks

> im using > > ```ts > import Holidays, * as HolidayDefinition from 'date-holidays'; > > const germanCountryHolidays = new (HolidayDefinition as any)('de') as Holidays; > > console.log(germanCountryHolidays.getHolidays(2021)) > ```...

Have any solution for that, I'm facing this problem and still don't know how to solve that :|