Type alias WithAdder<T>

WithAdder<T>: {
    add: Adder<T>;
}

Type Parameters

  • T

Type declaration

Generated using TypeDoc