add brand

This commit is contained in:
2025-08-12 09:32:41 +02:00
parent 5f6d3208ac
commit c105e493df

1
src/brand.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
type Brand<T, B> = T & { readonly __brand: B };