UNPKG
dastal
Version:
latest (5.0.0)
5.0.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.0.0
2.1.0
2.0.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
Data Structures & Algorithms implementations
github.com/havelessbemore/dastal
havelessbemore/dastal
dastal
/
lib
/
src
/
math
/
index.d.ts
3 lines
(2 loc)
•
76 B
TypeScript
View Raw
1
2
3
export
*
as
u32
from
'./u32'
;
export
*
as
NumberUtils
from
'./numberUtils'
;