mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 21:20:07 +02:00
update dependencies
This commit is contained in:
6
app/node_modules/commander/typings/index.d.ts
generated
vendored
6
app/node_modules/commander/typings/index.d.ts
generated
vendored
@@ -218,9 +218,9 @@ declare namespace local {
|
||||
/**
|
||||
* Return an object containing options as key-value pairs
|
||||
*
|
||||
* @returns {{[key: string]: string}}
|
||||
* @returns {{[key: string]: any}}
|
||||
*/
|
||||
opts(): { [key: string]: string };
|
||||
opts(): { [key: string]: any };
|
||||
|
||||
/**
|
||||
* Set the description to `str`.
|
||||
@@ -275,7 +275,7 @@ declare namespace local {
|
||||
*
|
||||
* @param {(str: string) => string} [cb]
|
||||
*/
|
||||
help(cb?: (str: string) => string): void;
|
||||
help(cb?: (str: string) => string): never;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user