gkindel / csv-js

A Comma-Separated Values parser for JavaScript. Standards-based, stand alone, and no regular expressions.
http://gkindel.github.io/cxv-js/csv.html
106 stars 35 forks source link

Make AMD and CommonJS compatible #4

Closed fedemp closed 11 years ago

fedemp commented 11 years ago

Just as the title says. I'm about to use your script in Node but needed it to be exported.

gkindel commented 11 years ago

Sweet!