UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

7 lines (6 loc) 176 B
import { setYear } from './set-year'; /** * @hidden */ // eslint-disable-next-line export const normalizeYear = (value, year) => (setYear(value, year(value.getFullYear())));