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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.2.0
    102
    • latest

Version History

Package Sidebar

Install

npm i @cfworker/csv

Weekly Downloads

642

Version

2.2.0

License

MIT

Unpacked Size

6.06 kB

Total Files

8

Last publish

Collaborators

  • jdanyow