Skip to content

Instantly share code, notes, and snippets.

View gustawdaniel's full-sized avatar
✒️
typing...

Daniel Gustaw gustawdaniel

✒️
typing...
View GitHub Profile
@gustawdaniel
gustawdaniel / app.ts
Last active February 4, 2021 02:58
process_nbp_chf_1984_2020.ts
import fs from 'fs'
interface YearData {
[key: string]: {
col: number,
div: number,
values: { [key: string]: number }[]
}
}