UNPKG

always-helper

Version:

前端项目开发中,经常会用到一些工具函数的合集。

6 lines (5 loc) 122 B
/** * 获取时间的月份 默认为当月 */ declare const getMonth: (date?: any) => number; export default getMonth;