Abstract


interface Abstract<T> extends Function {
  prototype: T
}

Properties

Property Description
prototype: T