UNPKG

299 BTypeScriptView Raw
1import { PluginFunc } from 'dayjs'
2
3declare const plugin: PluginFunc
4export = plugin
5
6declare module 'dayjs' {
7 export function max(dayjs: Dayjs[]): Dayjs
8 export function max(...dayjs: Dayjs[]): Dayjs
9 export function min(dayjs: Dayjs[]): Dayjs
10 export function min(...dayjs: Dayjs[]): Dayjs
11}
12
\No newline at end of file