MCPcopy Create free account
hub / github.com/Effect-TS/effect / Ndjson.ts

File Ndjson.ts

packages/effect/src/unstable/encoding/Ndjson.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Encodes and decodes newline-delimited JSON streams in Effect channels.
3 *
4 * NDJSON stores one complete JSON value on each line. This module has helpers

Callers

nothing calls this directly

Calls 5

decodeStringFunction · 0.85
duplexFunction · 0.85
encodeFunction · 0.70
decodeFunction · 0.70
encodeStringFunction · 0.70

Tested by

no test coverage detected