MCPcopy
hub / github.com/iamkun/dayjs / isBetween

Method isBetween

types/plugin/isBetween.d.ts:8–8  ·  view source on GitHub ↗
(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]')

Source from the content-addressed store, hash-verified

6declare module 'dayjs' {
7 interface Dayjs {
8 isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]'): boolean
9 }
10}

Callers 2

isBetween.test.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected