Skip to content

Commit 483f96f

Browse files
DenisCarrieremourner
authored andcommitted
Support export default (#4)
Ref: mapbox/supercluster#62
1 parent 54dc3eb commit 483f96f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22

33
module.exports = TinyQueue;
4+
module.exports.default = TinyQueue;
45

56
function TinyQueue(data, compare) {
67
if (!(this instanceof TinyQueue)) return new TinyQueue(data, compare);

0 commit comments

Comments
 (0)