Skip to content

Commit

Permalink
Merge 41c29e1 into d7cb8d4
Browse files Browse the repository at this point in the history
  • Loading branch information
ArianZargaran committed Dec 25, 2020
2 parents d7cb8d4 + 41c29e1 commit 0f2a833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
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 0f2a833

Please sign in to comment.