UNPKG
engineering-cal
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
A TypeScript library for common engineering calculations across various disciplines.
engineering-cal
/
index.d.ts
5 lines
(4 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./units'
;
export
*
from
'./electrical'
;
export
*
from
'./mechanical'
;
export
*
from
'./statistics'
;