| 6 | import { isLeapYear } from '../Maths/LeapYear' |
| 7 | |
| 8 | class Month { |
| 9 | constructor() { |
| 10 | this.Days = ['M', 'T', 'W', 'Th', 'F', 'S', 'Su'] |
| 11 | this.BDays = ['M', 'Su', 'S', 'F', 'Th', 'W', 'T'] |
nothing calls this directly
no outgoing calls
no test coverage detected