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

1.12.6 • 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

362

Version

1.12.6

License

MIT

Unpacked Size

6.22 kB

Total Files

9

Last publish

Collaborators

  • jdanyow