mongosh
mongosh copied to clipboard
[Do Not Merge] PoC for shell-api autocomplete type definitions
cd packages/shell-api && \
npm run compile && \
npx api-extractor run ; \
npx ts-node bin/api-postprocess.ts ; \
cat lib/api-processed.d.ts
(api-extractor will dump a ton of errors)