We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307b5db commit 0b005f6Copy full SHA for 0b005f6
index.d.ts
@@ -193,9 +193,9 @@ declare namespace COS {
193
194
type StringOrBuffer = Buffer | String;
195
interface Util {
196
- md5: (StringOrBuffer) => string,
197
- xml2json: (string) => string,
198
- json2xml: (string) => string,
+ md5: (str: StringOrBuffer, encoding?: string) => string,
+ xml2json: (bodyStr: string) => any,
+ json2xml: (json: any) => string,
199
}
200
201
interface StaticGetAuthorizationOptions {
0 commit comments