[typescript]type function void

Tue Feb 11

typescript

Author:Noritaka

Astro
function sayHello(): void {
  console.log('hello');
}

typescript