Fungsi Publik TypeScript

export const multiply_by7 =  (x:number):number =>{return x*7}
Clumsy Capuchin