export const numberToString = (num: number): string => num.toString();