UNPKG

@hadesz/monitor

Version:

A complete server monitoring system with agents, server and dashboard

9 lines (6 loc) 196 B
import { PluginFunc } from 'dayjs/esm' declare interface PluginOptions { parseTwoDigitYear?: (yearString: string) => number } declare const plugin: PluginFunc<PluginOptions> export = plugin