We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94062da commit 29f9276Copy full SHA for 29f9276
1 file changed
co2f24.ts
@@ -4,7 +4,6 @@ type Co2 = {
4
unc: number;
5
};
6
7
-
8
const co2: Co2[] = [
9
{year: 1959, mean: 315.98, unc: 0.12},
10
{year: 1960, mean: 316.91, unc: 0.12},
@@ -71,5 +70,3 @@ const co2: Co2[] = [
71
70
{year: 2021, mean: 416.45, unc: 0.12},
72
{year: 2022, mean: 418.95, unc: 0.12}
73
];
74
75
-export default co2;
0 commit comments