UNPKG

js-quadtree

Version:

A simple quadtree implementation for javascript (nodejs or browser with module bundler).

6 lines 175 B
export * from './Box'; export * from './Circle'; export * from './Point'; export * from './QuadTree'; export { Shape } from './types'; //# sourceMappingURL=index.d.ts.map