We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f09834 commit 526f0aeCopy full SHA for 526f0ae
types/plugin/localeData.d.ts
@@ -16,6 +16,7 @@ declare module 'dayjs' {
16
monthsShort(instance?: Dayjs): MonthNames;
17
longDateFormat(format: string): string;
18
meridiem(hour?: number, minute?: number, isLower?: boolean): string;
19
+ ordinal(n: number): string
20
}
21
22
interface GlobalLocaleDataReturn {
@@ -27,6 +28,7 @@ declare module 'dayjs' {
27
28
monthsShort(): MonthNames;
29
30
31
32
33
34
interface Dayjs {
0 commit comments