mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
Merge pull request #12703 from ajcrites/aws4-c
aws4 sign returns object with various properties, not RequestSigner
This commit is contained in:
2
aws4/index.d.ts
vendored
2
aws4/index.d.ts
vendored
@@ -30,4 +30,4 @@ export class RequestSigner {
|
||||
formatPath(): string;
|
||||
}
|
||||
|
||||
export function sign(options?: any, credentials?: any): RequestSigner;
|
||||
export function sign(options?: any, credentials?: any): any;
|
||||
|
||||
Reference in New Issue
Block a user