Interface RefCounted

interface RefCounted {
    ref(): this;
    unref(): this;
}

Hierarchy (view full)

Methods

Methods

  • Returns this

  • Returns this

Generated using TypeDoc