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
Version :
I installed the mask package using this command:
npm install @turf/mask
However, I could not find the package for the Typescript types:
The text was updated successfully, but these errors were encountered:
Hi @alamenai Try the alpha version - 7.0.0-alpha.114 - which should have better typescript support. Let us know if this helps.
Sorry, something went wrong.
It's because e.g. @turf/bbox has the d.ts file in bbox/dist/js/ subfolder, but the @turf/mask has it in the root folder mask/.
@turf/bbox
d.ts
bbox/dist/js/
@turf/mask
mask/
Yes, the alpha version worked as expected.
No branches or pull requests
Version :
I installed the mask package using this command:
npm install @turf/mask
However, I could not find the package for the Typescript types:
The text was updated successfully, but these errors were encountered: