Skip to content

Instantly share code, notes, and snippets.

@vquaiato
Created May 26, 2020 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vquaiato/626f9e8b27d3615ca5d4471949ffc3d3 to your computer and use it in GitHub Desktop.
Save vquaiato/626f9e8b27d3615ca5d4471949ffc3d3 to your computer and use it in GitHub Desktop.
mapping in TS
items.map((item) => {
return {
nome: item.nome,
quantidade: item.quantidade,
unidade: item.unidade
} as Ingrediente
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment