UNPKG

163 BTypeScriptView Raw
1import { PluginFunc } from 'dayjs'
2
3declare const plugin: PluginFunc
4export = plugin
5
6declare module 'dayjs' {
7
8 export function isMoment(input: any): boolean
9
10}
11
\No newline at end of file