mourner / rbush-knn

k-nearest neighbors search (KNN) for RBush
ISC License
212 stars 37 forks source link

release new version to npm + typing #21

Open anonym-HPI opened 2 years ago

anonym-HPI commented 2 years ago

Hi,

right now I am using it directly over github, is it possible to release the new version to npm (and possibly also add a typing file or what its called)

Right now I am importing it in TypeScript via (installed via npm install git+https://github.com/mourner/rbush-knn.git:

// @ts-expect-error doesn't have a type
import knn from 'rbush-knn';