jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.58k stars 505 forks source link

extrudeHelical types missing from index.d.ts #1260

Closed Loosetooth closed 1 year ago

Loosetooth commented 1 year ago

While working on an editor using JSCAD, I noticed that the extrudeHelical function that I added a while back has its typing definition missing in the corresponding index.d.ts file.

I'll make a pull request to fix this.