UNPKG

quotr

Version:

A Node.js CLI for displaying stock exchange quotes

4 lines 208 B
type seriesResultCallback = (error:any, results: Array<any>) => void; declare module async { declare function series(functions:Array<(next:defaultCallback) => any>, callback: seriesResultCallback):any; }