export const toNumber = (string: string) => parseInt(string, 10);