* Attempts to refine the provided value of type `A`, returning `true` if * the provided `A` is valid, `false` otherwise.
(a: Brand.Unbranded<A>)
| 108 | * the provided `A` is valid, `false` otherwise. |
| 109 | */ |
| 110 | is(a: Brand.Unbranded<A>): a is Brand.Unbranded<A> & A |
| 111 | } |
| 112 | |
| 113 | /** |
no outgoing calls