Skip to content

Commit

Permalink
Concise exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 4, 2015
1 parent 0c4a114 commit 5e4d902
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
import quadtree from "./src/quadtree";

export {
quadtree
};
export {default as quadtree} from "./src/quadtree";

0 comments on commit 5e4d902

Please sign in to comment.