Skip to content

Instantly share code, notes, and snippets.

@guillaumewuip
Created July 1, 2020 20:13
Show Gist options
  • Save guillaumewuip/b167c350c2f345acd5b607769a835992 to your computer and use it in GitHub Desktop.
Save guillaumewuip/b167c350c2f345acd5b607769a835992 to your computer and use it in GitHub Desktop.
export const isText = MessageUnion.is.Text;
export const isImage = MessageUnion.is.Image;
export const fold = MessageUnion.fold;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment