UNPKG

matcha-stock

Version:

A simple CLI command to get stocks information from Yahoo Finance

2 lines (1 loc) 74 B
export declare const getSingleStockInfo: (stock: string) => Promise<any>;