Skip to content

Instantly share code, notes, and snippets.

@florianmartens
Last active June 20, 2021 18:59
Show Gist options
  • Save florianmartens/7dd6b1dabf4e1237948bf767d3d49c6d to your computer and use it in GitHub Desktop.
Save florianmartens/7dd6b1dabf4e1237948bf767d3d49c6d to your computer and use it in GitHub Desktop.
ReallyBigType
type ReallyPermissiveType = {} | string | number | symbol | bigint | boolean | undefined | null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment