Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Marus/cortex-debug
/ docgen.ts
File
docgen.ts
src/docgen.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as fs from
'fs'
;
2
3
function
handleObject(obj: any, prop: string, appliesTo, stream: fs.WriteStream) {
4
const
keys = Object.keys(obj).sort();
Callers
nothing calls this directly
Calls
1
packageJSONtoMd
Function · 0.85
Tested by
no test coverage detected