• Given a directory 'dir' that containes kline csv files, this function sorts and parses those csv files and returns a concatenated array of all the data, in the form of dictionary objects (k,v pairs). The data can then ben analyzed or parsed.

    Parameters

    • dir: string

    Returns any[]