UNPKG

dota2-fork

Version:

A node-steam plugin for Dota 2. Fork with fresh updates

6 lines (4 loc) 162 B
import * as csvParse from './index'; export = parse; declare function parse(input: Buffer | string, options?: csvParse.Options): any; declare namespace parse {}