Your IP : 216.73.216.158


Current Path : /home/deltalab/.npm-global/lib/node_modules/pm2/node_modules/dayjs/plugin/
Upload File :
Current File : //home/deltalab/.npm-global/lib/node_modules/pm2/node_modules/dayjs/plugin/minMax.d.ts

import { PluginFunc } from 'dayjs'

declare const plugin: PluginFunc
export = plugin

declare module 'dayjs' {
  export function max(dayjs: Dayjs[]): Dayjs
  export function max(...dayjs: Dayjs[]): Dayjs
  export function min(dayjs: Dayjs[]): Dayjs
  export function min(...dayjs: Dayjs[]): Dayjs
}