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

Interface Dayjs

types/plugin/quarterOfYear.d.ts:7–25  ·  types/plugin/quarterOfYear.d.ts::Dayjs

Source from the content-addressed store, hash-verified

5
6declare module class="st">'dayjs' {
7 interface Dayjs {
8 quarter(): number
9
10 quarter(quarter: number): Dayjs
11
12 add(value: number, unit: QUnitType): Dayjs
13
14 subtract(value: number, unit: QUnitType): Dayjs
15
16 startOf(unit: QUnitType | OpUnitType): Dayjs
17
18 endOf(unit: QUnitType | OpUnitType): Dayjs
19
20 isSame(date?: ConfigType, unit?: QUnitType): boolean
21
22 isBefore(date?: ConfigType, unit?: QUnitType): boolean
23
24 isAfter(date?: ConfigType, unit?: QUnitType): boolean
25 }
26}

Callers 2

index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected