@cfworker/csv
TypeScript icon, indicating that this package has built-in type declarations

4.0.3 • Public • Published

@cfworker/csv

Streaming CSV encoding for Cloudflare Workers and service workers.

usage

import { encode } from '@cfworker/csv';

const data = [{ hello: 'world' }];

const stream = encode(data); // hello\nworld

Readme

Keywords

none

Package Sidebar

Install

npm i @cfworker/csv

Weekly Downloads

369

Version

4.0.3

License

MIT

Unpacked Size

7.05 kB

Total Files

12

Last publish

Collaborators

  • jdanyow