Skip to content

Instantly share code, notes, and snippets.

@fdjones
Created November 19, 2018 16:12
Show Gist options
  • Save fdjones/1a6cb639e0dc01427cf75a94a65d0805 to your computer and use it in GitHub Desktop.
Save fdjones/1a6cb639e0dc01427cf75a94a65d0805 to your computer and use it in GitHub Desktop.
const format = fileList => fileList.map(({ time }) => ({
savedAt: moment(time).format(),
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment