Type alias Brand<K, T>

Brand<K, T>: K & {
    __brand?: T;
}

Type Parameters

  • K

  • T

Generated using TypeDoc