Type alias Abstract<T>

Abstract<T>: Function & {
    prototype: T;
}

Type Parameters

  • T = object