UNPKG

@neutrium/thermo.eos.iapws97

Version:

A javascript implementation of the IAWPS formulations for the thermodynamic properties of water and steam.

14 lines 287 B
{ "compilerOptions": { "module": "commonjs", "target": "es5", "moduleResolution": "node", "noImplicitAny": false, "sourceMap": false, "declaration": true, "outDir": "dist/" }, "files": [ "./src/index.ts" ] }