From 601c75781682d7cc23400957d3cf3a2f2711cc48 Mon Sep 17 00:00:00 2001 From: Andrew Crites Date: Tue, 15 Nov 2016 16:53:32 -0500 Subject: [PATCH] aws4 sign returns object with various properties, not RequestSigner --- aws4/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws4/index.d.ts b/aws4/index.d.ts index 88f54f2a3f..6028be5334 100644 --- a/aws4/index.d.ts +++ b/aws4/index.d.ts @@ -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;