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
/
colors.js
6 lines
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
declare
module
colors {
declare
function
green
(
text
:
string
):
void
;
declare
function
red
(
text
:
string
):
void
;
declare
function
white
(
text
:
string
):
void
;
declare
function
blue
(
text
:
string
):
void
; }