@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

Dependencies (0)

    Dev Dependencies (7)

    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