MCPcopy Index your code
hub / github.com/nodejs/node / license2rtf.mjs

File license2rtf.mjs

tools/license2rtf.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from 'node:assert';
2import Stream from 'node:stream';
3import { pipeline } from 'node:stream/promises';
4import { stdin, stdout } from 'node:process';

Callers

nothing calls this directly

Calls 3

pipelineFunction · 0.90
resumeMethod · 0.65
setEncodingMethod · 0.45

Tested by

no test coverage detected