UNPKG

iking-utils-test

Version:

金合前端工具库(1.2.9版本之后需要注册KEY)

5 lines (4 loc) 211 B
import { IkDate } from '../types'; export declare const getWeek: (date?: IkDate) => any; export declare const getMonth: (date?: IkDate) => any; export declare const getMonthComple: (date?: IkDate) => any[];