/
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
dayjs
/
esm
/
plugin
/
isBetween
/
/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/isBetween
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
276
0644
edit
dl
rm
index.js
437
0644
edit
dl
rm
Edit:
/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/isBetween/index.d.ts
(276B)
import { PluginFunc, ConfigType, OpUnitType } from 'dayjs/esm' declare const plugin: PluginFunc export = plugin declare module 'dayjs/esm' { interface Dayjs { isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]'): boolean } }
Save
cmd:
run