Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
assert from
'node:assert'
;
2
import
Stream from
'node:stream'
;
3
import
{ pipeline } from
'node:stream/promises'
;
4
import
{ stdin, stdout } from
'node:process'
;
Callers
nothing calls this directly
Calls
3
pipeline
Function · 0.90
resume
Method · 0.65
setEncoding
Method · 0.45
Tested by
no test coverage detected