Skip to content

Several modules not exported in index.d.ts #2260

@meatjam

Description

@meatjam

I'm using @turf/turf with version 6.5.0.
It seems that several modules are not exported in index.d.ts, such as : booleanConcave,booleanIntersects.

Although they are indeed exported in "@turf/turf/dist/es/index.js" and "@turf/turf/dist/js/index.js",thus they can be actually imported and used in production mode.Still,the IDE can not find them during development mode, which may result in confusion for developers.

Would you please add export statement "booleanConcave","booleanIntersects" in index.d.ts? Thanks a lot.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions