Skip to content

Commit 7cfcceb

Browse files
Add Complex as default export
1 parent 997d3ae commit 7cfcceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

complex.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ type BValue = number | undefined;
1212

1313
export function Complex(a: AValue, b?: BValue): Complex;
1414

15+
export default Complex;
16+
1517
/**
1618
*
1719
* This class allows the manipulation of complex numbers.

0 commit comments

Comments
 (0)