Created
July 1, 2020 20:13
-
-
Save guillaumewuip/b167c350c2f345acd5b607769a835992 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
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