We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a directory called
typing
with a file
index.d.ts in it.
For some reason it is missing geom.NurbsSurface
HOWEVER
in the root directory of the NPM package there is another index.d.ts file that does include the type NurbsSurface.
I'm not sure why there are two files and why they are different. But using
import * as verb from "verb-nurbs-web" pulls in the one from the "typing" directory which is missing the declaration.
for example NurbsCurve is found and intellisense works
but
NurbsSurface is not found
The text was updated successfully, but these errors were encountered:
Try to fix it in #56
Sorry, something went wrong.
No branches or pull requests
There is a directory called
typing
with a file
index.d.ts in it.
For some reason it is missing geom.NurbsSurface
HOWEVER
in the root directory of the NPM package there is another index.d.ts file that does include the type NurbsSurface.
I'm not sure why there are two files and why they are different. But using
import * as verb from "verb-nurbs-web" pulls in the one from the "typing" directory which is missing the declaration.
for example NurbsCurve is found and intellisense works
but
NurbsSurface is not found
The text was updated successfully, but these errors were encountered: