UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

5 lines (4 loc) 184 B
const o = (t, n) => n === -1 ? 31 : n !== 1 ? [31, 0, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][n] : t % 4 == 0 && t % 100 != 0 || t % 400 == 0 ? 29 : 28; export { o as getDayMonth };