- fromBrand<C>(constructor, options?): (<I, A>(self) => Schema<I, A & C>)
Type Parameters
C extends Brand<string | symbol>
Returns (<I, A>(self) => Schema<I, A & C>)
- <I, A>(self): Schema<I, A & C>
Type Parameters
I
A extends Brand<string | symbol>
Returns Schema<I, A & C>
Since
1.0.0