jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/dayjs/plugin/isSameOrBefore.d.ts

11 lines
227 B
TypeScript
Raw Normal View History

2024-11-10 07:01:22 +00:00
import { PluginFunc, ConfigType, OpUnitType } from 'dayjs'
declare const plugin: PluginFunc
export = plugin
declare module 'dayjs' {
interface Dayjs {
2024-12-01 11:56:54 +00:00
isSameOrBefore(date?: ConfigType, unit?: OpUnitType): boolean
2024-11-10 07:01:22 +00:00
}
}