MCPcopy Index your code
hub / github.com/C2FO/fast-csv / write_to_string_transform.example.ts

File write_to_string_transform.example.ts

examples/formatting-ts/examples/write_to_string_transform.example.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { RowMap, writeToString } from '@fast-csv/format';
2
3const data = [
4 { a: 'a1', b: 'b1' },

Callers

nothing calls this directly

Calls 1

writeToStringFunction · 0.90

Tested by

no test coverage detected