Skip to content

Instantly share code, notes, and snippets.

@guillaumewuip
Created July 1, 2020 20:23
Show Gist options
  • Save guillaumewuip/7291120200c176dc892f2e98a1b27352 to your computer and use it in GitHub Desktop.
Save guillaumewuip/7291120200c176dc892f2e98a1b27352 to your computer and use it in GitHub Desktop.
// text :: (text: Text) => string
export const text = MessageUnion.Text.lensFromProp(‘text’).get;
// updateText :: (content: string) => (text: Text) => Text
export const updateText = MessageUnion.Text.lensFromProp(‘text’).set;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment