UNPKG

quotr

Version:

A Node.js CLI for displaying stock exchange quotes

6 lines 207 B
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; }