rittenhop-ghost/versions/5.94.2/node_modules/dayjs/plugin/isTomorrow.d.ts

11 lines
163 B
TypeScript
Raw Permalink Normal View History

import { PluginFunc } from 'dayjs'
declare const plugin: PluginFunc
export = plugin
declare module 'dayjs' {
interface Dayjs {
isTomorrow(): boolean
}
}