Interface IInvert<T>

interface IInvert<T> {
    invert(): T;
}

Type Parameters

Implemented by

Methods

Methods

Generated using TypeDoc