updated jsvm types
This commit is contained in:
parent
2f35ef29fe
commit
47354f5aa9
File diff suppressed because it is too large
Load Diff
|
@ -552,7 +552,7 @@ declare class Command implements cobra.Command {
|
||||||
declare const RequestInfo: {
|
declare const RequestInfo: {
|
||||||
new(info?: Partial<core.RequestInfo>): core.RequestInfo
|
new(info?: Partial<core.RequestInfo>): core.RequestInfo
|
||||||
|
|
||||||
// note: declare as "newable" const due to conflict with the RequestInfo TS utility type
|
// note: declare as "newable" const due to conflict with the RequestInfo TS node type
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue