Skip to content

Commit 72c3f59

Browse files
authored
Add default export to typescript declaration
Fixes #35
1 parent 1798062 commit 72c3f59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bitset.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,3 +486,5 @@ export declare class BitSet implements ReadOnlyBitSet
486486
*/
487487
public flip(fromIndex?: number, toIndex?: number): BitSet;
488488
}
489+
490+
export default BitSet;

0 commit comments

Comments
 (0)