/** * 获取某一天 * @param fill {boolean} 布尔值,是否补 0,默认为 true * @returns {number | string} 返回哪一天 */ export default function getDay(fill?: boolean): number | string;