Skip to content

Commit a679949

Browse files
committedMar 14, 2019
Refine variable name. Use strict type definition instead of
1 parent e31bb8a commit a679949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎typings/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ declare namespace local {
226226
* Set the description to `str`.
227227
*
228228
* @param {string} str
229-
* @param {{[key: string]: any}} argsDescription
229+
* @param {{[argName: string]: string}} argsDescription
230230
* @return {(Command | string)}
231231
*/
232232
description(str: string, argsDescription?: {[key: string]: any}): Command;

0 commit comments

Comments
 (0)
Please sign in to comment.