UNPKG

csv_4180

Version:

CSV according to RFC 4180. Everyone else's are weirdly wrong. Heavily tested; in typescript

9 lines (4 loc) 114 B
import {describe} from 'ava-spec'; describe('Tests', async it => { it('are running', t => t.is(1, 1) ); });