export default (a: number, b: number) => a + b;
view raw sum.ts hosted with ❤ by GitHub