Skip to content

Commit

Permalink
Ammends SearchStocks Type
Browse files Browse the repository at this point in the history
  • Loading branch information
AriZargaran committed Dec 25, 2020
1 parent d7cb8d4 commit 41c29e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -80,7 +80,7 @@ declare function alpha(config?: {
interval?: string
) => Promise<T>;
quote: (symbol: string, outputsize?: string, datatype?: string, interval?: string) => Promise<RawStockQuote>;
search: (keywords: string) => RawStockSearch;
search: (keywords: string) => Promise<RawStockSearch>;
};

forex: {
Expand Down

0 comments on commit 41c29e1

Please sign in to comment.