UNPKG
quotr
Version:
latest (0.7.6)
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.0.1
A Node.js CLI for displaying stock exchange quotes
github.com/andrerpena/quotr
andrerpena/quotr
quotr
/
flow-lib
/
yahooFinance.js
3 lines
•
107 B
JavaScript
View Raw
1
2
3
declare
module
yahoo_finance {
declare
function
snapshot
(
symbol
:
string
,
fields
:
Array
<
string
>
):
any
; }