D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
node_modules
/
pm2
/
node_modules
/
dayjs
/
plugin
/
Filename :
isSameOrAfter.d.ts
back
Copy
import { PluginFunc, ConfigType, OpUnitType } from 'dayjs' declare const plugin: PluginFunc export = plugin declare module 'dayjs' { interface Dayjs { isSameOrAfter(date?: ConfigType, unit?: OpUnitType): boolean } }