Created
August 24, 2018 05:23
-
-
Save kmelve/242e7c8c8b5b2224188d2d6d130808f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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