UNPKG
@neutrium/thermo
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
The base module of the NeutriumJS thermodynamics package.
github.com/neutrium/thermo
neutrium/thermo
@neutrium/thermo
/
src
/
index.ts
2 lines
•
85 B
text/typescript
View Raw
1
2
export
{
State
}
from
'./State'
;
export
{
EquationOfState
}
from
'./EquationOfState'
;