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';
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
: