UNPKG

steam

Version:

Lets you interface with Steam without running an actual Steam client

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