@ifct2017/energies
Version:
Metabolizeable energy conversion factors.
9 lines (8 loc) • 326 B
JavaScript
const CORPUS = new Map([
["Protein", {component:"Protein",kj:17,kcal:4}],
["Fat", {component:"Fat",kj:37,kcal:9}],
["Available carbohydrate", {component:"Available carbohydrate",kj:17,kcal:4}],
["Fibre", {component:"Fibre",kj:8,kcal:2}],
["Alcohol", {component:"Alcohol",kj:29,kcal:7}],
]);
module.exports = CORPUS;