docs-parser
docs-parser copied to clipboard
Parse Electron docs in a lossless way into a JSON file
Results
11
docs-parser issues
Sort by
recently updated
recently updated
newest added
The docs are inconsistent in type names (90% string, 10% String, similar for number vs Number, etc). The eventual `electron.d.ts` output gets them finally converted to `string` and `number`, but...