File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -158,11 +158,16 @@ const recalculatePercentages = (languages) => {
158
158
} ) ;
159
159
} ;
160
160
161
+ /**
162
+ * @typedef {import('../fetchers/types').WakaTimeData } WakaTimeData
163
+ * @typedef {import('./types').WakaTimeOptions } WakaTimeOptions
164
+ */
165
+
161
166
/**
162
167
* Renders WakaTime card.
163
168
*
164
- * @param {Partial<import('../fetchers/types'). WakaTimeData> } stats WakaTime stats.
165
- * @param {Partial<import('./types'). WakaTimeOptions> } options Card options.
169
+ * @param {Partial<WakaTimeData> } stats WakaTime stats.
170
+ * @param {Partial<WakaTimeOptions> } options Card options.
166
171
* @returns {string } WakaTime card SVG.
167
172
*/
168
173
const renderWakatimeCard = ( stats = { } , options = { hide : [ ] } ) => {
You can’t perform that action at this time.
0 commit comments