interface IObjectifiable<T> {
    toObject(): T;
}

Type Parameters

  • T

Implemented by

Methods

Methods

  • Returns T