mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+3
-3
@@ -18,7 +18,7 @@ declare module "nopt" {
|
||||
validate: (data: CommandData, k: string, val: string) => boolean
|
||||
}
|
||||
|
||||
module nopt {
|
||||
namespace nopt {
|
||||
export function clean(data: CommandData, types: FlagTypeMap, typeDefs?: TypeDefs): string
|
||||
export var typeDefs: TypeDefs
|
||||
}
|
||||
@@ -36,11 +36,11 @@ declare module "nopt" {
|
||||
interface OptionsParsed {
|
||||
[k: string]: any
|
||||
argv: {
|
||||
remain: string[]
|
||||
remain: string[]
|
||||
cooked: string[]
|
||||
original: string[]
|
||||
}
|
||||
}
|
||||
|
||||
export = nopt
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user