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.
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.