Skip to content

Commit

Permalink
chore!: remove default export
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Nov 23, 2022
1 parent 9bf2c68 commit 99285a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const COMMON_BOTH = 3;
* {number} [options.to] to region used for similarity calculation
*/

export default class Comparator {
export class Comparator {
constructor(options = {}) {
this.array1 = [];
this.array2 = [];
Expand Down

0 comments on commit 99285a8

Please sign in to comment.