Skip to content

Instantly share code, notes, and snippets.

@ppsirius
Created March 17, 2020 08:29
Show Gist options
  • Save ppsirius/269bfe873ecdd5332904b07c1a4bf748 to your computer and use it in GitHub Desktop.
Save ppsirius/269bfe873ecdd5332904b07c1a4bf748 to your computer and use it in GitHub Desktop.
allAssets: { [key: string]: string }
data.map(fileName => {
return {
[fileName]: allAssets[fileName]
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment