Skip to content

Instantly share code, notes, and snippets.

@itacirgabral
Created November 10, 2023 20:38
Show Gist options
  • Save itacirgabral/0d6e4223b313a4b7a895f23daa2fcd5b to your computer and use it in GitHub Desktop.
Save itacirgabral/0d6e4223b313a4b7a895f23daa2fcd5b to your computer and use it in GitHub Desktop.
declare const brand: unique symbol
export type Brand<T, TBrand> = T & { [brand]: TBrand }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment