“TIPOS ESPATIVOS TIPO” Respostas de código

TIPOS ESPATIVOS TIPO

class Empty {}
 
function fn(arg: Empty) {
  // do something?
}
 
// No error, but this isn't an 'Empty' ?
fn({ k: 10 });
Puzzled Puffin

TIPOS ESPATIVOS TIPO

class Empty {}
 
function fn(arg: Empty) {
  // do something?
}
 
// No error, but this isn't an 'Empty' ?
fn({ k: 10 });
Try
Puzzled Puffin

Respostas semelhantes a “TIPOS ESPATIVOS TIPO”

Perguntas semelhantes a “TIPOS ESPATIVOS TIPO”

Mais respostas relacionadas para “TIPOS ESPATIVOS TIPO” em TypeScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código