mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-17 11:50:22 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
declare module 'minimist' {
|
||||
function minimist(args?: string[], opts?: minimist.Opts): minimist.ParsedArgs;
|
||||
|
||||
module minimist {
|
||||
namespace minimist {
|
||||
export interface Opts {
|
||||
// a string or array of strings argument names to always treat as strings
|
||||
string?: string|string[];
|
||||
|
||||
Reference in New Issue
Block a user