Files
echo-nexus/node_modules/react-day-picker/dist/esm/ethiopic/lib/getMonth.d.ts
T

8 lines
168 B
TypeScript

/**
* Get month
*
* @param {Date} date - The original date
* @returns {number} The zero-based month index
*/
export declare function getMonth(date: Date): number;