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
/
global.js
1 lines
•
56 B
JavaScript
View Raw
1
type
defaultCallback =
(
error
:
any
,
success
:
any
) =>
void
;