fromBrand
constfromBrand: <C,A>(constructor,annotations?) => <I,R>(self) =>BrandSchema<A&C,I,R>
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:531
Type Parameters
Section titled “Type Parameters”C extends Brand<string | symbol>
A extends Brand.Unbranded<C>
Parameters
Section titled “Parameters”constructor
Section titled “constructor”Brand.Constructor<C>
annotations?
Section titled “annotations?”Filter<C, A>
Returns
Section titled “Returns”<
I,R>(self):BrandSchema<A&C,I,R>
Type Parameters
Section titled “Type Parameters”I
R
Parameters
Section titled “Parameters”Schema<A, I, R>
Returns
Section titled “Returns”BrandSchema<A & C, I, R>
3.10.0