Skip to content

Instantly share code, notes, and snippets.

@hades2510
Created November 3, 2022 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hades2510/23df0a2e5f7d26a95a791b1ad538d47e to your computer and use it in GitHub Desktop.
Save hades2510/23df0a2e5f7d26a95a791b1ad538d47e to your computer and use it in GitHub Desktop.
type Zero = {
__type: 'zero',
}
type One = {
__type: 'one'
}
type Bit = Zero | One;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment