WIP: initial setup #1

Draft
t.behrendt wants to merge 4 commits from aaaa into main
Showing only changes of commit c105e493df - Show all commits

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

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