Skip to content

Instantly share code, notes, and snippets.

@kmelve
Created August 24, 2018 05:23
Show Gist options
  • Select an option

  • Save kmelve/242e7c8c8b5b2224188d2d6d130808f4 to your computer and use it in GitHub Desktop.

Select an option

Save kmelve/242e7c8c8b5b2224188d2d6d130808f4 to your computer and use it in GitHub Desktop.
const data = {
id: 1,
title: 'An episode',
description: 'An episode summary',
anotherOptionalField: 'some data'
}
episodeParser(data)
//> { guid: 1, title: 'An episode', summary: 'An episode summary', anotherOptionalField: 'some data' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment