Deklaruj Typ Funkcja Typecript

function printToConsole(s: string) {
  console.log(s);
}
 
Daniel Kristoffersen