UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

5 lines (4 loc) 88 B
/** * @hidden */ export declare const setMonth: (value: Date, month: number) => Date;