Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

131
Visualizações
Use ConstructorParameters to create utility for various JavaScript API static methods

I'm reading this question & answer, trying to understand why I'm getting the same error even if I've done almost the same.

My original code.

/**
 * Shortcut for `Array.from()` static method.
 * @param  {...any[]} args array-like value
 * @returns {Array}
 */
const ArrayFrom = (...args) => Array.from(...args);
//                                     >>ERROR here
export default ArrayFrom;
A spread argument must either have a tuple type or be passed to a rest parameter.ts(2556)

Now after defining with ConstructorParameters

/**
 * Shortcut for `Array.from()` static method.
 * @param  {ConstructorParameters<typeof Array>} args array-like value
 * @returns {Array}
 */
const ArrayFrom = (...args) => Array.from(...args);
//                                     >>SAME ERROR here
export default ArrayFrom;

I get the same error, at the same expression. Can anyone please explain?

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda