Created
November 10, 2023 20:38
-
-
Save itacirgabral/0d6e4223b313a4b7a895f23daa2fcd5b 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
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