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

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

/@cfworker/csv/

    Package Sidebar

    Install

    npm i @cfworker/csv

    Weekly Downloads

    145

    Version

    4.0.4

    License

    MIT

    Unpacked Size

    7.05 kB

    Total Files

    12

    Last publish

    Collaborators

    • jdanyow