gdsestimating / dxf-parser

A javascript parser for DXF files. It reads DXF file strings into one large javascript object with more readable properties and a more logical structure.
MIT License
454 stars 140 forks source link

Types? #96

Open brodyreid opened 2 years ago

brodyreid commented 2 years ago

Hi!

Silly question but how do I generate/find the types? package.json says it should be in ./esm/index.d.ts but that folder doesn't exist :(

Thanks :-)