forked from date-fns/date-fns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
256 lines (256 loc) · 8.84 KB
/
typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
// This file is generated automatically by `scripts/build/indices.ts`. Please, don't change it.
{
"name": "date-fns",
"entryPoints": [
"./src/add/index.ts",
"./src/addBusinessDays/index.ts",
"./src/addDays/index.ts",
"./src/addHours/index.ts",
"./src/addISOWeekYears/index.ts",
"./src/addMilliseconds/index.ts",
"./src/addMinutes/index.ts",
"./src/addMonths/index.ts",
"./src/addQuarters/index.ts",
"./src/addSeconds/index.ts",
"./src/addWeeks/index.ts",
"./src/addYears/index.ts",
"./src/areIntervalsOverlapping/index.ts",
"./src/clamp/index.ts",
"./src/closestIndexTo/index.ts",
"./src/closestTo/index.ts",
"./src/compareAsc/index.ts",
"./src/compareDesc/index.ts",
"./src/constructFrom/index.ts",
"./src/constructNow/index.ts",
"./src/daysToWeeks/index.ts",
"./src/differenceInBusinessDays/index.ts",
"./src/differenceInCalendarDays/index.ts",
"./src/differenceInCalendarISOWeekYears/index.ts",
"./src/differenceInCalendarISOWeeks/index.ts",
"./src/differenceInCalendarMonths/index.ts",
"./src/differenceInCalendarQuarters/index.ts",
"./src/differenceInCalendarWeeks/index.ts",
"./src/differenceInCalendarYears/index.ts",
"./src/differenceInDays/index.ts",
"./src/differenceInHours/index.ts",
"./src/differenceInISOWeekYears/index.ts",
"./src/differenceInMilliseconds/index.ts",
"./src/differenceInMinutes/index.ts",
"./src/differenceInMonths/index.ts",
"./src/differenceInQuarters/index.ts",
"./src/differenceInSeconds/index.ts",
"./src/differenceInWeeks/index.ts",
"./src/differenceInYears/index.ts",
"./src/eachDayOfInterval/index.ts",
"./src/eachHourOfInterval/index.ts",
"./src/eachMinuteOfInterval/index.ts",
"./src/eachMonthOfInterval/index.ts",
"./src/eachQuarterOfInterval/index.ts",
"./src/eachWeekOfInterval/index.ts",
"./src/eachWeekendOfInterval/index.ts",
"./src/eachWeekendOfMonth/index.ts",
"./src/eachWeekendOfYear/index.ts",
"./src/eachYearOfInterval/index.ts",
"./src/endOfDay/index.ts",
"./src/endOfDecade/index.ts",
"./src/endOfHour/index.ts",
"./src/endOfISOWeek/index.ts",
"./src/endOfISOWeekYear/index.ts",
"./src/endOfMinute/index.ts",
"./src/endOfMonth/index.ts",
"./src/endOfQuarter/index.ts",
"./src/endOfSecond/index.ts",
"./src/endOfToday/index.ts",
"./src/endOfTomorrow/index.ts",
"./src/endOfWeek/index.ts",
"./src/endOfYear/index.ts",
"./src/endOfYesterday/index.ts",
"./src/format/index.ts",
"./src/formatDistance/index.ts",
"./src/formatDistanceStrict/index.ts",
"./src/formatDistanceToNow/index.ts",
"./src/formatDistanceToNowStrict/index.ts",
"./src/formatDuration/index.ts",
"./src/formatISO/index.ts",
"./src/formatISO9075/index.ts",
"./src/formatISODuration/index.ts",
"./src/formatRFC3339/index.ts",
"./src/formatRFC7231/index.ts",
"./src/formatRelative/index.ts",
"./src/fromUnixTime/index.ts",
"./src/getDate/index.ts",
"./src/getDay/index.ts",
"./src/getDayOfYear/index.ts",
"./src/getDaysInMonth/index.ts",
"./src/getDaysInYear/index.ts",
"./src/getDecade/index.ts",
"./src/getDefaultOptions/index.ts",
"./src/getHours/index.ts",
"./src/getISODay/index.ts",
"./src/getISOWeek/index.ts",
"./src/getISOWeekYear/index.ts",
"./src/getISOWeeksInYear/index.ts",
"./src/getMilliseconds/index.ts",
"./src/getMinutes/index.ts",
"./src/getMonth/index.ts",
"./src/getOverlappingDaysInIntervals/index.ts",
"./src/getQuarter/index.ts",
"./src/getSeconds/index.ts",
"./src/getTime/index.ts",
"./src/getUnixTime/index.ts",
"./src/getWeek/index.ts",
"./src/getWeekOfMonth/index.ts",
"./src/getWeekYear/index.ts",
"./src/getWeeksInMonth/index.ts",
"./src/getYear/index.ts",
"./src/hoursToMilliseconds/index.ts",
"./src/hoursToMinutes/index.ts",
"./src/hoursToSeconds/index.ts",
"./src/interval/index.ts",
"./src/intervalToDuration/index.ts",
"./src/intlFormat/index.ts",
"./src/intlFormatDistance/index.ts",
"./src/isAfter/index.ts",
"./src/isBefore/index.ts",
"./src/isDate/index.ts",
"./src/isEqual/index.ts",
"./src/isExists/index.ts",
"./src/isFirstDayOfMonth/index.ts",
"./src/isFriday/index.ts",
"./src/isFuture/index.ts",
"./src/isLastDayOfMonth/index.ts",
"./src/isLeapYear/index.ts",
"./src/isMatch/index.ts",
"./src/isMonday/index.ts",
"./src/isPast/index.ts",
"./src/isSameDay/index.ts",
"./src/isSameHour/index.ts",
"./src/isSameISOWeek/index.ts",
"./src/isSameISOWeekYear/index.ts",
"./src/isSameMinute/index.ts",
"./src/isSameMonth/index.ts",
"./src/isSameQuarter/index.ts",
"./src/isSameSecond/index.ts",
"./src/isSameWeek/index.ts",
"./src/isSameYear/index.ts",
"./src/isSaturday/index.ts",
"./src/isSunday/index.ts",
"./src/isThisHour/index.ts",
"./src/isThisISOWeek/index.ts",
"./src/isThisMinute/index.ts",
"./src/isThisMonth/index.ts",
"./src/isThisQuarter/index.ts",
"./src/isThisSecond/index.ts",
"./src/isThisWeek/index.ts",
"./src/isThisYear/index.ts",
"./src/isThursday/index.ts",
"./src/isToday/index.ts",
"./src/isTomorrow/index.ts",
"./src/isTuesday/index.ts",
"./src/isValid/index.ts",
"./src/isWednesday/index.ts",
"./src/isWeekend/index.ts",
"./src/isWithinInterval/index.ts",
"./src/isYesterday/index.ts",
"./src/lastDayOfDecade/index.ts",
"./src/lastDayOfISOWeek/index.ts",
"./src/lastDayOfISOWeekYear/index.ts",
"./src/lastDayOfMonth/index.ts",
"./src/lastDayOfQuarter/index.ts",
"./src/lastDayOfWeek/index.ts",
"./src/lastDayOfYear/index.ts",
"./src/lightFormat/index.ts",
"./src/max/index.ts",
"./src/milliseconds/index.ts",
"./src/millisecondsToHours/index.ts",
"./src/millisecondsToMinutes/index.ts",
"./src/millisecondsToSeconds/index.ts",
"./src/min/index.ts",
"./src/minutesToHours/index.ts",
"./src/minutesToMilliseconds/index.ts",
"./src/minutesToSeconds/index.ts",
"./src/monthsToQuarters/index.ts",
"./src/monthsToYears/index.ts",
"./src/nextDay/index.ts",
"./src/nextFriday/index.ts",
"./src/nextMonday/index.ts",
"./src/nextSaturday/index.ts",
"./src/nextSunday/index.ts",
"./src/nextThursday/index.ts",
"./src/nextTuesday/index.ts",
"./src/nextWednesday/index.ts",
"./src/parse/index.ts",
"./src/parseISO/index.ts",
"./src/parseJSON/index.ts",
"./src/previousDay/index.ts",
"./src/previousFriday/index.ts",
"./src/previousMonday/index.ts",
"./src/previousSaturday/index.ts",
"./src/previousSunday/index.ts",
"./src/previousThursday/index.ts",
"./src/previousTuesday/index.ts",
"./src/previousWednesday/index.ts",
"./src/quartersToMonths/index.ts",
"./src/quartersToYears/index.ts",
"./src/roundToNearestHours/index.ts",
"./src/roundToNearestMinutes/index.ts",
"./src/secondsToHours/index.ts",
"./src/secondsToMilliseconds/index.ts",
"./src/secondsToMinutes/index.ts",
"./src/set/index.ts",
"./src/setDate/index.ts",
"./src/setDay/index.ts",
"./src/setDayOfYear/index.ts",
"./src/setDefaultOptions/index.ts",
"./src/setHours/index.ts",
"./src/setISODay/index.ts",
"./src/setISOWeek/index.ts",
"./src/setISOWeekYear/index.ts",
"./src/setMilliseconds/index.ts",
"./src/setMinutes/index.ts",
"./src/setMonth/index.ts",
"./src/setQuarter/index.ts",
"./src/setSeconds/index.ts",
"./src/setWeek/index.ts",
"./src/setWeekYear/index.ts",
"./src/setYear/index.ts",
"./src/startOfDay/index.ts",
"./src/startOfDecade/index.ts",
"./src/startOfHour/index.ts",
"./src/startOfISOWeek/index.ts",
"./src/startOfISOWeekYear/index.ts",
"./src/startOfMinute/index.ts",
"./src/startOfMonth/index.ts",
"./src/startOfQuarter/index.ts",
"./src/startOfSecond/index.ts",
"./src/startOfToday/index.ts",
"./src/startOfTomorrow/index.ts",
"./src/startOfWeek/index.ts",
"./src/startOfWeekYear/index.ts",
"./src/startOfYear/index.ts",
"./src/startOfYesterday/index.ts",
"./src/sub/index.ts",
"./src/subBusinessDays/index.ts",
"./src/subDays/index.ts",
"./src/subHours/index.ts",
"./src/subISOWeekYears/index.ts",
"./src/subMilliseconds/index.ts",
"./src/subMinutes/index.ts",
"./src/subMonths/index.ts",
"./src/subQuarters/index.ts",
"./src/subSeconds/index.ts",
"./src/subWeeks/index.ts",
"./src/subYears/index.ts",
"./src/toDate/index.ts",
"./src/transpose/index.ts",
"./src/weeksToDays/index.ts",
"./src/yearsToDays/index.ts",
"./src/yearsToMonths/index.ts",
"./src/yearsToQuarters/index.ts",
"./src/constants/index.ts"
],
"json": "./tmp/docs.json",
"plugin": [
"typedoc-plugin-missing-exports"
]
}