MCPcopy 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

1import * as fs from 'fs';
2
3function handleObject(obj: any, prop: string, appliesTo, stream: fs.WriteStream) {
4 const keys = Object.keys(obj).sort();

Callers

nothing calls this directly

Calls 1

packageJSONtoMdFunction · 0.85

Tested by

no test coverage detected