UNPKG

v4web-components

Version:
9 lines (8 loc) 166 B
export function yearsName() { let years = []; for (let i = 2023; i >= 1900; i--) { years.push(i); } return years; } //# sourceMappingURL=yearsName.js.map