* Constructs a branded type from a value of type `A`, returning `Some ` * if the provided `A` is valid, `None` otherwise.
(args: Brand.Unbranded<A>)
| 98 | * if the provided `A` is valid, `None` otherwise. |
| 99 | */ |
| 100 | option(args: Brand.Unbranded<A>): Option.Option<A> |
| 101 | /** |
| 102 | * Constructs a branded type from a value of type `A`, returning `Right<A>` |
| 103 | * if the provided `A` is valid, `Left<BrandError>` otherwise. |
no outgoing calls
no test coverage detected